Escaped apostrophe showing in 'Changed password email'

When a user’s password is changed, they receive and email about the change. Currently the content of the email contains an escaped apostrophe:

“If you didn\'t change your password please change your password using the link below”

Surely the escape character shouldn’t be displayed in the email. Is it ok to remove this from the template or will it have unintended consequences?

Template file is : vendor/silverstripe/framework/templates/SilverStripe/Control/Email/ChangePasswordEmail.ss

Alternatively, how do I request the escaped character is removed or changed so that it is not displayed in the final email?

Thank you.

Removing that should be fine.

Alternatively, how do I request the escaped character is removed or changed so that it is not displayed in the final email?

If the escaped character is a result of code from the core Silverstripe CMS modules, you can open an issue on GitHub.

For best results, accompany the issue with a pull request.