Skip to content

Commit 502f90f

Browse files
fix(dashboard): fix subtitle for tax inclusive fields in promotions (medusajs#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 <[email protected]>
1 parent 7d09981 commit 502f90f

File tree

1 file changed

+1
-1
lines changed
  • packages/admin/dashboard/src/i18n/translations

1 file changed

+1
-1
lines changed

packages/admin/dashboard/src/i18n/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2074,7 +2074,7 @@
20742074
},
20752075
"taxInclusive": {
20762076
"title": "Does promotion include taxes?",
2077-
"description": "Whether the promotion will be applied before or after taxes"
2077+
"description": "Enable this field to apply the promotion after taxes. If disabled, the promotion will be applied before taxes."
20782078
},
20792079
"status": {
20802080
"label": "Status",

0 commit comments

Comments
 (0)