mirror of
https://github.com/strapi/strapi.git
synced 2025-07-25 09:56:53 +00:00
Translation key correction of wording
This commit is contained in:
parent
c4a6ca50f0
commit
c0e555c562
@ -205,7 +205,7 @@ const SettingsPage = () => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
placeholder={formatMessage({
|
placeholder={formatMessage({
|
||||||
id: 'Settings.email.plugin.placeholder.testAddress',
|
id: getTrad('Settings.email.plugin.placeholder.testAddress'),
|
||||||
defaultMessage: 'ex: developer@example.com',
|
defaultMessage: 'ex: developer@example.com',
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
@ -217,7 +217,10 @@ const SettingsPage = () => {
|
|||||||
type="submit"
|
type="submit"
|
||||||
startIcon={<Envelop />}
|
startIcon={<Envelop />}
|
||||||
>
|
>
|
||||||
Send test email
|
{formatMessage({
|
||||||
|
id: getTrad('Settings.email.plugin.button.test-email'),
|
||||||
|
defaultMessage: 'Send test email',
|
||||||
|
})}
|
||||||
</Button>
|
</Button>
|
||||||
</GridItem>
|
</GridItem>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user