scientist-softserv / atla-hyku

Other
0 stars 0 forks source link

remove html tag from invite user email locales #167

Closed labradford closed 1 year ago

labradford commented 1 year ago

Story

When a new user receives an email to activate their account, the email has a <br /> tag in it. We have received a lot of reports of these emails going to spam and this could be a contributing factor.

Changes proposed in this pull request: removes the <br /> tag from the email text in each of the locale files

Expected Behavior Before Changes

User email has an html tag in the text

Expected Behavior After Changes

User email does not have html tags in the text

Screenshots / Video

Screenshot 2023-09-28 at 10 24 38 AM

Notes