fix INVALID TAG test warnings

This commit is contained in:
Simone Taeggi 2022-10-04 11:42:57 +02:00
parent 0c2a26d942
commit e021f7e1f0

View File

@ -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={() => {}}