From 0aff5f437a633ffaf7df5f7db8273a0b4f06e5e3 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:57:55 +0700 Subject: [PATCH] Update message-bulk.tpl Removed translation in placeholder contents --- ui/ui/message-bulk.tpl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/ui/message-bulk.tpl b/ui/ui/message-bulk.tpl index fc03fc1c..ac5bfd69 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')}

@@ -59,4 +59,4 @@ -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}