diff --git a/packages/strapi-plugin-email/admin/src/translations/en.json b/packages/strapi-plugin-email/admin/src/translations/en.json index 54539e4b2f..433f6d501a 100755 --- a/packages/strapi-plugin-email/admin/src/translations/en.json +++ b/packages/strapi-plugin-email/admin/src/translations/en.json @@ -1,8 +1,7 @@ { "ConfigPage.title": "Email - Settings", "ConfigPage.description": "Configure the email plugin", - - + "EditForm.Input.number.label": "Maximum size allowed (in MB)", "EditForm.Input.select.label": "Providers", "EditForm.Input.select.inputDescription": "Emails can be sent with the default provider (Sendmail) or an external provider", @@ -11,6 +10,5 @@ "plugin.description.short": "Send emails.", "plugin.description.long": "Send emails.", - "notification.config.success": "The settings has been updated" } diff --git a/packages/strapi-plugin-users-permissions/admin/src/translations/en.json b/packages/strapi-plugin-users-permissions/admin/src/translations/en.json index 2d80311a7d..f97bf1e2fc 100755 --- a/packages/strapi-plugin-users-permissions/admin/src/translations/en.json +++ b/packages/strapi-plugin-users-permissions/admin/src/translations/en.json @@ -163,8 +163,6 @@ "PopUpForm.Providers.secret.placeholder": "TEXT", "PopUpForm.Providers.redirectURL.front-end.label": "The redirect URL to your front-end app", - - "PopUpForm.Providers.facebook.providerConfig.redirectURL": "The redirect URL to add in your Facebook application configurations", "PopUpForm.Providers.google.providerConfig.redirectURL": "The redirect URL to add in your Google application configurations", "PopUpForm.Providers.github.providerConfig.redirectURL": "The redirect URL to add in your GitHub application configurations",