mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
style: text change settings email
This commit is contained in:
parent
55262183ed
commit
06c54434d5
@ -24,7 +24,7 @@ export default {
|
||||
[
|
||||
{
|
||||
intlLabel: {
|
||||
id: getTrad('SettingsNav.link.settings'),
|
||||
id: getTrad('Settings.email.plugin.title'),
|
||||
defaultMessage: 'Settings',
|
||||
},
|
||||
id: 'settings',
|
||||
|
||||
@ -12,18 +12,18 @@ const EmailHeader = () => {
|
||||
<SettingsPageTitle
|
||||
name={formatMessage({
|
||||
id: getTrad('Settings.email.plugin.title'),
|
||||
defaultMessage: 'Email settings',
|
||||
defaultMessage: 'Configuration',
|
||||
})}
|
||||
/>
|
||||
<HeaderLayout
|
||||
id="title"
|
||||
title={formatMessage({
|
||||
id: getTrad('Settings.email.plugin.title'),
|
||||
defaultMessage: 'Email settings',
|
||||
defaultMessage: 'Configuration',
|
||||
})}
|
||||
subtitle={formatMessage({
|
||||
id: getTrad('Settings.email.plugin.subTitle'),
|
||||
defaultMessage: 'Test the settings for the email plugin',
|
||||
defaultMessage: 'Test the settings for the Email plugin',
|
||||
})}
|
||||
/>
|
||||
</>
|
||||
|
||||
@ -204,7 +204,7 @@ const SettingsPage = () => {
|
||||
</GridItem>
|
||||
<GridItem col={7} s={12}>
|
||||
<Button loading={isSubmitting} type="submit" startIcon={<Envelop />}>
|
||||
Test email
|
||||
Send test email
|
||||
</Button>
|
||||
</GridItem>
|
||||
</Grid>
|
||||
|
||||
@ -722,14 +722,14 @@ describe('Email | Pages | Settings', () => {
|
||||
class="c4"
|
||||
id="title"
|
||||
>
|
||||
Email settings
|
||||
Configuration
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
<p
|
||||
class="c5"
|
||||
>
|
||||
Test the settings for the email plugin
|
||||
Test the settings for the Email plugin
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -1027,7 +1027,7 @@ describe('Email | Pages | Settings', () => {
|
||||
<span
|
||||
class="c41 c42"
|
||||
>
|
||||
Test email
|
||||
Send test email
|
||||
</span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"Settings.email.plugin.button.test-email": "Test email",
|
||||
"Settings.email.plugin.button.test-email": "Send test email",
|
||||
"Settings.email.plugin.label.defaultFrom": "Default shipper email",
|
||||
"Settings.email.plugin.label.defaultReplyTo": "Default response email",
|
||||
"Settings.email.plugin.label.provider": "Email provider",
|
||||
@ -11,9 +11,9 @@
|
||||
"Settings.email.plugin.placeholder.defaultFrom": "ex: Strapi No-Reply <no-reply@strapi.io>",
|
||||
"Settings.email.plugin.placeholder.defaultReplyTo": "ex: Strapi <example@strapi.io>",
|
||||
"Settings.email.plugin.placeholder.testAddress": "ex: developer@example.com",
|
||||
"Settings.email.plugin.subTitle": "Test the settings for the email plugin",
|
||||
"Settings.email.plugin.subTitle": "Test the settings for the Email plugin",
|
||||
"Settings.email.plugin.text.configuration": "The plugin is configured through the {file} file, checkout this {link} for the documentation.",
|
||||
"Settings.email.plugin.title": "Email settings",
|
||||
"Settings.email.plugin.title": "Configuration",
|
||||
"Settings.email.plugin.title.config": "Configuration",
|
||||
"Settings.email.plugin.title.test": "Send a test email",
|
||||
"SettingsNav.link.settings": "Settings",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user