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"}