From c0e555c562eceed32e46f14c409465a95644e7e6 Mon Sep 17 00:00:00 2001 From: yasudacloud Date: Fri, 4 Feb 2022 23:38:44 +0900 Subject: [PATCH] Translation key correction of wording --- packages/core/email/admin/src/pages/Settings/index.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/core/email/admin/src/pages/Settings/index.js b/packages/core/email/admin/src/pages/Settings/index.js index a45f16762f..0fdf065625 100644 --- a/packages/core/email/admin/src/pages/Settings/index.js +++ b/packages/core/email/admin/src/pages/Settings/index.js @@ -205,7 +205,7 @@ const SettingsPage = () => { }) } placeholder={formatMessage({ - id: 'Settings.email.plugin.placeholder.testAddress', + id: getTrad('Settings.email.plugin.placeholder.testAddress'), defaultMessage: 'ex: developer@example.com', })} /> @@ -217,7 +217,10 @@ const SettingsPage = () => { type="submit" startIcon={} > - Send test email + {formatMessage({ + id: getTrad('Settings.email.plugin.button.test-email'), + defaultMessage: 'Send test email', + })}