Hi,
I think there is a bug in the file password-change-request.tpl
I think this :
<label for="login" class="control-label">{{translate 'newPassword' category='fields' scope='User'}}</label> must have to be replace by :
<label for="login" class="control-label">{{translate 'newPassword' category='labels' scope='User'}}</label> Because I can't translate newPassword in User.json file
Thanks for the next version
I think there is a bug in the file password-change-request.tpl
I think this :
<label for="login" class="control-label">{{translate 'newPassword' category='fields' scope='User'}}</label> must have to be replace by :
<label for="login" class="control-label">{{translate 'newPassword' category='labels' scope='User'}}</label> Because I can't translate newPassword in User.json file
Thanks for the next version
Comment