From 502f90fb3285e7ea0d8b45ae0080590eca5dbcc1 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Thu, 19 Jun 2025 14:15:59 +0300 Subject: [PATCH] fix(dashboard): fix subtitle for tax inclusive fields in promotions (#12776) * fix(dashboard): fix subtitle for tax inclusive fields in promotions * Update packages/admin/dashboard/src/i18n/translations/en.json --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> --- packages/admin/dashboard/src/i18n/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/admin/dashboard/src/i18n/translations/en.json b/packages/admin/dashboard/src/i18n/translations/en.json index 50615e7033..c3fdec353d 100644 --- a/packages/admin/dashboard/src/i18n/translations/en.json +++ b/packages/admin/dashboard/src/i18n/translations/en.json @@ -2074,7 +2074,7 @@ }, "taxInclusive": { "title": "Does promotion include taxes?", - "description": "Whether the promotion will be applied before or after taxes" + "description": "Enable this field to apply the promotion after taxes. If disabled, the promotion will be applied before taxes." }, "status": { "label": "Status",