From e625ab0e270b0685e87e6fdd6e460a570b3e1d75 Mon Sep 17 00:00:00 2001 From: danpros Date: Fri, 26 Jan 2024 13:33:31 +0700 Subject: [PATCH] Translate strings --- README.md | 2 +- system/admin/views/static-pages.html.php | 6 +++--- system/admin/views/static-subpages.html.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5f1458..1fba1cb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To claim this content or log in to dashboard, simply create `my-username.ini` in ;Password password = yourpassword -; Encryption: Set to clear, and later it will changed to password_hash automatically during login +;Encryption: Set to clear, and later it will changed to password_hash automatically during login encryption = clear ;Role diff --git a/system/admin/views/static-pages.html.php b/system/admin/views/static-pages.html.php index f80c482..ed8e748 100644 --- a/system/admin/views/static-pages.html.php +++ b/system/admin/views/static-pages.html.php @@ -36,7 +36,7 @@ $(function() { - Subpages + Sub @@ -48,7 +48,7 @@ $(function() { description, '50');?>... -
Manage subpages

+

@@ -65,6 +65,6 @@ $(function() {
- + \ No newline at end of file diff --git a/system/admin/views/static-subpages.html.php b/system/admin/views/static-subpages.html.php index eb20bd9..5d34f8f 100644 --- a/system/admin/views/static-subpages.html.php +++ b/system/admin/views/static-subpages.html.php @@ -1,5 +1,5 @@ - +

title ?>

description;?>

@@ -51,7 +51,7 @@ $(function() {
- + \ No newline at end of file