From 605fbb73a6956edc8dc037f2f20cb142ecefa237 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:52:33 +0100 Subject: [PATCH] fix translation error fix translation error --- ui/ui/message-bulk.tpl | 8 ++++---- ui/ui/message.tpl | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/ui/message-bulk.tpl b/ui/ui/message-bulk.tpl index fc03fc1c..946ed18a 100644 --- a/ui/ui/message-bulk.tpl +++ b/ui/ui/message-bulk.tpl @@ -35,13 +35,13 @@

{Lang::T('Use placeholders:')}
- {Lang::T('[[name]]')} - {Lang::T('Customer Name')} + [[name]] - {Lang::T('Customer Name')}
- {Lang::T('[[user_name]]')} - {Lang::T('Customer Username')} + [[user_name]] - {Lang::T('Customer Username')}
- {Lang::T('[[phone]]')} - {Lang::T('Customer Phone')} + [[phone]] - {Lang::T('Customer Phone')}
- {Lang::T('[[company_name]]')} - {Lang::T('Your Company Name')} + [[company_name]] - {Lang::T('Your Company Name')}

diff --git a/ui/ui/message.tpl b/ui/ui/message.tpl index c5d9322e..eef83681 100644 --- a/ui/ui/message.tpl +++ b/ui/ui/message.tpl @@ -38,13 +38,13 @@

{Lang::T('Use placeholders:')}
- {Lang::T('[[name]]')} - {Lang::T('Customer Name')} + [[name]] - {Lang::T('Customer Name')}
- {Lang::T('[[user_name]]')} - {Lang::T('Customer Username')} + [[user_name]] - {Lang::T('Customer Username')}
- {Lang::T('[[phone]]')} - {Lang::T('Customer Phone')} + [[phone]] - {Lang::T('Customer Phone')}
- {Lang::T('[[company_name]]')} - {Lang::T('Your Company Name')} + [[company_name]] - {Lang::T('Your Company Name')}