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