mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33: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({
|
||||
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
|
||||
onChange={() => {}}
|
||||
@ -78,7 +78,7 @@ const Configuration = ({ config }) => {
|
||||
})}
|
||||
placeholder={formatMessage({
|
||||
id: getTrad('Settings.email.plugin.placeholder.defaultReplyTo'),
|
||||
defaultMessage: `ex: Strapi \<example@strapi.io\>`,
|
||||
defaultMessage: `ex: Strapi '<'example@strapi.io'>'`,
|
||||
})}
|
||||
disabled
|
||||
onChange={() => {}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user