Update message-bulk.tpl

Removed translation in placeholder contents
This commit is contained in:
Ahmad Husein 2024-03-18 19:57:55 +07:00 committed by GitHub
parent 130451e1ae
commit 0aff5f437a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,13 +35,13 @@
<p class="help-block col-md-4">
{Lang::T('Use placeholders:')}
<br>
<b>{Lang::T('[[name]]')}</b> - {Lang::T('Customer Name')}
<b>[[name]]</b> - {Lang::T('Customer Name')}
<br>
<b>{Lang::T('[[user_name]]')}</b> - {Lang::T('Customer Username')}
<b>[[user_name]]</b> - {Lang::T('Customer Username')}
<br>
<b>{Lang::T('[[phone]]')}</b> - {Lang::T('Customer Phone')}
<b>[[phone]]</b> - {Lang::T('Customer Phone')}
<br>
<b>{Lang::T('[[company_name]]')}</b> - {Lang::T('Your Company Name')}
<b>[[company_name]]</b> - {Lang::T('Your Company Name')}
</p>
</div>
@ -59,4 +59,4 @@
</div>
{include file="sections/footer.tpl"}
{include file="sections/footer.tpl"}