diff --git a/assets/i18n/en/main.ftl b/assets/i18n/en/main.ftl index 18437dd..57bf515 100644 --- a/assets/i18n/en/main.ftl +++ b/assets/i18n/en/main.ftl @@ -231,6 +231,8 @@ discount-invalid = Invalid price. discount-must-be-positive = The sale price must be greater than zero. discount-below-regular = The sale price must be below the regular price. discount-percent-range = The percentage must be between 0 and 100. +discount-apply-confirm = Apply these discounts to the shop? +discount-remove-confirm = Remove this discount? admin-customers = Business accounts admin-customers-desc = Manage negotiated prices for business (B2B) accounts. admin-no-customers = No business accounts yet. diff --git a/assets/i18n/sk/main.ftl b/assets/i18n/sk/main.ftl index b97b5b1..6afbd0b 100644 --- a/assets/i18n/sk/main.ftl +++ b/assets/i18n/sk/main.ftl @@ -231,6 +231,8 @@ discount-invalid = Neplatná cena. discount-must-be-positive = Zľavnená cena musí byť väčšia ako nula. discount-below-regular = Zľavnená cena musí byť nižšia ako bežná cena. discount-percent-range = Percento musí byť medzi 0 a 100. +discount-apply-confirm = Uplatniť tieto zľavy v obchode? +discount-remove-confirm = Zrušiť túto zľavu? admin-customers = Firemné účty admin-customers-desc = Spravujte dohodnuté ceny pre firemné (B2B) účty. admin-no-customers = Zatiaľ žiadne firemné účty. diff --git a/assets/views/admin/catalog/discount_form.html b/assets/views/admin/catalog/discount_form.html index ae0b8aa..7b3d1f5 100644 --- a/assets/views/admin/catalog/discount_form.html +++ b/assets/views/admin/catalog/discount_form.html @@ -93,9 +93,9 @@