mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 17:10:08 +00:00
Translation key correction of wording
This commit is contained in:
parent
c4a6ca50f0
commit
c0e555c562
@ -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={<Envelop />}
|
||||
>
|
||||
Send test email
|
||||
{formatMessage({
|
||||
id: getTrad('Settings.email.plugin.button.test-email'),
|
||||
defaultMessage: 'Send test email',
|
||||
})}
|
||||
</Button>
|
||||
</GridItem>
|
||||
</Grid>
|
||||
|
Loading…
x
Reference in New Issue
Block a user