mirror of
https://github.com/strapi/strapi.git
synced 2025-11-16 10:07:55 +00:00
fix INVALID TAG test warnings
This commit is contained in:
parent
0c2a26d942
commit
e021f7e1f0
@ -62,7 +62,7 @@ const Configuration = ({ config }) => {
|
|||||||
})}
|
})}
|
||||||
placeholder={formatMessage({
|
placeholder={formatMessage({
|
||||||
id: getTrad('Settings.email.plugin.placeholder.defaultFrom'),
|
id: getTrad('Settings.email.plugin.placeholder.defaultFrom'),
|
||||||
defaultMessage: `ex: Strapi No-Reply \<no-reply@strapi.io\>`,
|
defaultMessage: "ex: Strapi No-Reply '<'no-reply@strapi.io'>'",
|
||||||
})}
|
})}
|
||||||
disabled
|
disabled
|
||||||
onChange={() => {}}
|
onChange={() => {}}
|
||||||
@ -78,7 +78,7 @@ const Configuration = ({ config }) => {
|
|||||||
})}
|
})}
|
||||||
placeholder={formatMessage({
|
placeholder={formatMessage({
|
||||||
id: getTrad('Settings.email.plugin.placeholder.defaultReplyTo'),
|
id: getTrad('Settings.email.plugin.placeholder.defaultReplyTo'),
|
||||||
defaultMessage: `ex: Strapi \<example@strapi.io\>`,
|
defaultMessage: `ex: Strapi '<'example@strapi.io'>'`,
|
||||||
})}
|
})}
|
||||||
disabled
|
disabled
|
||||||
onChange={() => {}}
|
onChange={() => {}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user