From 03497cb28981efc7f7cf296c428841b9b2502058 Mon Sep 17 00:00:00 2001
From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com>
Date: Sat, 17 Aug 2024 14:17:59 +0100
Subject: [PATCH 01/11] Update customers.php
fix typo error
---
system/controllers/customers.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/controllers/customers.php b/system/controllers/customers.php
index f486b2c..379db52 100644
--- a/system/controllers/customers.php
+++ b/system/controllers/customers.php
@@ -440,7 +440,7 @@ switch ($action) {
// Send welcome message
if (isset($_POST['send_welcome_message']) && $_POST['send_welcome_message'] == true) {
$welcomeMessage = Lang::getNotifText('welcome_message');
- $welcomeMessage = str_replace('[[company_name]]', $config['CompanyName'], $welcomeMessage);
+ $welcomeMessage = str_replace('[[company]]', $config['CompanyName'], $welcomeMessage);
$welcomeMessage = str_replace('[[name]]', $d['fullname'], $welcomeMessage);
$welcomeMessage = str_replace('[[username]]', $d['username'], $welcomeMessage);
$welcomeMessage = str_replace('[[password]]', $d['password'], $welcomeMessage);
From 92c6022c858f507f235e520b6d7ef1d7bd3c55ae Mon Sep 17 00:00:00 2001
From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com>
Date: Sat, 17 Aug 2024 23:52:50 +0700
Subject: [PATCH 02/11] Update page-edit.tpl
Update Translation
---
ui/ui/page-edit.tpl | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/ui/ui/page-edit.tpl b/ui/ui/page-edit.tpl
index a44bdd0..dd4037f 100644
--- a/ui/ui/page-edit.tpl
+++ b/ui/ui/page-edit.tpl
@@ -29,7 +29,7 @@
{/if}
-
{Lang::T("Sometimes you need to refresh 3 times until content change")}
+{Lang::T('Sometimes you need to refresh 3 times until content change')}
@@ -41,11 +41,12 @@ {if $PageFile=='Voucher'} {/if} @@ -80,4 +81,4 @@ {/literal} -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"} From 6dc957e34af7eb0cd73fd4470665168a9af3b068 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:56:20 +0700 Subject: [PATCH 03/11] Update bandwidth.tpl Update Translation --- ui/ui/bandwidth.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/bandwidth.tpl b/ui/ui/bandwidth.tpl index 0647747..e4dcf0c 100644 --- a/ui/ui/bandwidth.tpl +++ b/ui/ui/bandwidth.tpl @@ -31,7 +31,7 @@Export and Print will show all data without pagination.
+{Lang::T('Export and Print will show all data without pagination')}.