getgrav / grav-plugin-login

Grav Login Plugin
http://getgrav.org
MIT License
44 stars 54 forks source link

Activation Email message problems - English #150

Closed erenfro closed 6 years ago

erenfro commented 6 years ago

The Account Activation email, as defined by login/languages/en.yaml, causes the email to start with:

ccount Activation

Instead of the desired and expected:

Account Activation

This is because on line 43, ACTIVATION_EMAIL_BODY, there is a random % before the A of Account, thus it's being replaced as-if a macro or printf filter.