From 6f37e753529f8c0426db85d4281e63ce32f5b33c Mon Sep 17 00:00:00 2001 From: Rob Bailey Date: Wed, 12 Aug 2020 11:09:40 +0100 Subject: [PATCH] Fixing typo in translations/en.json. (#7274) "Enterprise" was incorrectly spelt as "Entreprise" --- packages/strapi-admin/admin/src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/strapi-admin/admin/src/translations/en.json b/packages/strapi-admin/admin/src/translations/en.json index 932b4284a1..1429a49a9d 100644 --- a/packages/strapi-admin/admin/src/translations/en.json +++ b/packages/strapi-admin/admin/src/translations/en.json @@ -215,7 +215,7 @@ "app.components.UpgradePlanModal.button": "LEARN MORE", "app.components.UpgradePlanModal.limit-reached": "You have reached the limit", "app.components.UpgradePlanModal.text-ce": "Community Edition", - "app.components.UpgradePlanModal.text-ee": "Entreprise Edition", + "app.components.UpgradePlanModal.text-ee": "Enterprise Edition", "app.components.UpgradePlanModal.text-power": "Unlock the full power", "app.components.UpgradePlanModal.text-strapi": "of Strapi by upgrading your plan to the", "app.components.Users.MagicLink.connect": "Send this link to the user for them to connect.",