mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
Remove soft hyphen (U+00AD) from reset password email subject line
This commit is contained in:
parent
46a38fd759
commit
3c38fc33bf
@ -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 don’t worry! You can use the following link to reset your password:</p>
|
||||
|
||||
@ -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 don’t worry! You can use the following link to reset your password:</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user