From d462f5866694b2ee0a813c2ee42b76fd70a32222 Mon Sep 17 00:00:00 2001 From: soupette Date: Wed, 15 Sep 2021 11:43:46 +0200 Subject: [PATCH] Add missing translations Signed-off-by: soupette --- packages/core/admin/admin/src/pages/ProfilePage/index.js | 2 +- packages/core/admin/admin/src/translations/en.json | 2 ++ packages/core/email/admin/src/translations/en.json | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/core/admin/admin/src/pages/ProfilePage/index.js b/packages/core/admin/admin/src/pages/ProfilePage/index.js index 6f08805de1..610271400a 100644 --- a/packages/core/admin/admin/src/pages/ProfilePage/index.js +++ b/packages/core/admin/admin/src/pages/ProfilePage/index.js @@ -233,7 +233,7 @@ const ProfilePage = () => { defaultMessage: 'Interface language', })} placeholder={formatMessage({ - id: 'Settings.profile.form.section.experience.placeholder', + id: 'components.Select.placeholder', defaultMessage: 'Select', })} hint={formatMessage({ diff --git a/packages/core/admin/admin/src/translations/en.json b/packages/core/admin/admin/src/translations/en.json index 4799f1a994..185eea4e14 100644 --- a/packages/core/admin/admin/src/translations/en.json +++ b/packages/core/admin/admin/src/translations/en.json @@ -353,6 +353,8 @@ "components.AutoReloadBlocker.header": "Reload feature is required for this plugin.", "components.TableHeader.sort": "Sort on {label}", "components.ErrorBoundary.title": "Something went wrong...", + "Settings.profile.form.section.experience.clear.select": "Clear the interface language selected", + "app.components.EmptyStateLayout.content-permissions": "You don't have the permissions to access that content", "components.FilterOptions.FILTER_TYPES.$eq": "is", "components.FilterOptions.FILTER_TYPES.$ne": "is not", "components.FilterOptions.FILTER_TYPES.$contains": "contains (case sensitive)", diff --git a/packages/core/email/admin/src/translations/en.json b/packages/core/email/admin/src/translations/en.json index c21685e601..50265bbb48 100644 --- a/packages/core/email/admin/src/translations/en.json +++ b/packages/core/email/admin/src/translations/en.json @@ -16,5 +16,7 @@ "Settings.email.plugin.subTitle": "Test the settings for the email plugin", "Settings.email.plugin.title": "Email settings", "Settings.email.plugin.notification.data.loaded": "Email settings data has been loaded", - "components.Input.error.validation.email": "This is an invalid email" + "components.Input.error.validation.email": "This is an invalid email", + "SettingsNav.section-label": "Email plugin", + "SettingsNav.link.settings": "Settings" }