Remove soft hyphen (U+00AD) from reset password email subject line

This commit is contained in:
nurikabe 2020-01-11 11:29:24 -05:00
parent 46a38fd759
commit 3c38fc33bf
2 changed files with 2 additions and 2 deletions

View File

@ -327,7 +327,7 @@ module.exports = {
email: 'no-reply@strapi.io',
},
response_email: '',
object: '­Reset password',
object: 'Reset password',
message: `<p>We heard that you lost your password. Sorry about that!</p>
<p>But dont worry! You can use the following link to reset your password:</p>

View File

@ -126,7 +126,7 @@ module.exports = async () => {
email: 'no-reply@strapi.io',
},
response_email: '',
object: '­Reset password',
object: 'Reset password',
message: `<p>We heard that you lost your password. Sorry about that!</p>
<p>But dont worry! You can use the following link to reset your password:</p>