Skip to content

Commit d6c0bfc

Browse files
committed
Translation arrangement
1 parent 620d6e4 commit d6c0bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php_encryption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private function errorTemplate($errorMsg, $title = null)
8181
?>
8282
<div class="php-encryption-error-msg-content">
8383
<div class="php-encryption-error-title">
84-
<?= $title ? $title : __CLASS__ . ' Hatası:' ?>
84+
<?= $title ? $title : __CLASS__ . ' Error:' ?>
8585
</div>
8686
<div class="php-encryption-error-msg"><?= $errorMsg ?></div>
8787
</div>

0 commit comments

Comments
 (0)