diff --git a/.changeset/great-dolls-burn.md b/.changeset/great-dolls-burn.md new file mode 100644 index 0000000000..602bf7edcd --- /dev/null +++ b/.changeset/great-dolls-burn.md @@ -0,0 +1,5 @@ +--- +"@medusajs/dashboard": patch +--- + +feat(translation): Update wording in translation list for translation… diff --git a/packages/admin/dashboard/src/i18n/translations/en.json b/packages/admin/dashboard/src/i18n/translations/en.json index f51530747b..2914d32195 100644 --- a/packages/admin/dashboard/src/i18n/translations/en.json +++ b/packages/admin/dashboard/src/i18n/translations/en.json @@ -2524,7 +2524,7 @@ }, "subtitle": "Manage translations of your data in Medusa", "list": { - "metrics": "{{translated}} of {{total}} fields translated" + "metrics": "{{translated}} of {{total}} translations" }, "edit": { "successToast": "Translations updated successfully", diff --git a/packages/admin/dashboard/src/i18n/translations/es.json b/packages/admin/dashboard/src/i18n/translations/es.json index 543d942368..0921d76e74 100644 --- a/packages/admin/dashboard/src/i18n/translations/es.json +++ b/packages/admin/dashboard/src/i18n/translations/es.json @@ -2458,7 +2458,7 @@ "translations": { "domain": "Traducciones", "list": { - "metrics": "{{translated}} de {{total}} textos traducidos" + "metrics": "{{translated}} de {{total}} traducciones" }, "actions": { "manage": "Gestionar traducciones",