From 883eb1bbee37460350879ff6dd722685dfb814b4 Mon Sep 17 00:00:00 2001 From: Ahmad Husein <48185559+ahmadhusein17@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:18:57 +0700 Subject: [PATCH] Update coupons-edit.tpl --- ui/ui/coupons-edit.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/ui/coupons-edit.tpl b/ui/ui/coupons-edit.tpl index 042bc323..2a2293a9 100644 --- a/ui/ui/coupons-edit.tpl +++ b/ui/ui/coupons-edit.tpl @@ -134,11 +134,11 @@ if (type === 'percent') { valueInput.setAttribute('max', '100'); - valueInput.setAttribute('placeholder', 'Enter percentage'); + valueInput.setAttribute('placeholder', '{Lang::T("Enter percentage")}'); helpText.textContent = '{Lang::T('Value of the discount(percentage, max 100)')}'; } else { valueInput.removeAttribute('max'); - valueInput.setAttribute('placeholder', 'Enter amount'); + valueInput.setAttribute('placeholder', '{Lang::T("Enter amount")}'); helpText.textContent = '{Lang::T('Value of the discount(amount)')}'; } } @@ -146,4 +146,4 @@ -{include file="sections/footer.tpl"} \ No newline at end of file +{include file="sections/footer.tpl"}