Announcement

Collapse
No announcement yet.

Bug in Language in password-change-request

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Bug in Language in password-change-request

    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

  • #2
    Hi,

    {{translate 'newPassword' category='fields' scope='User'}}

    seems to be proper. I don't think it's a bug.

    Comment


    • #3
      As you can see : newPassword is not translate
      But is well defined in /application/Espo/Resources/i18n/fr_FR/User.json
      { "fields": { "name": "Nom", "userName": "Nom d'utilisateur", "title": "Titre", "isAdmin": "Est administrateur", "defaultTeam": "Équipe par défaut", "phoneNumber": "Téléphone", "roles": "Rôles", "portals": "Portails", "portalRoles": "Rôles de Portail", "password": "Mot de passe", "currentPassword": "Mot de passe actuel", "passwordConfirm": "Confirmer le mot de passe", "newPassword": "Nouveau mot de passe", "newPasswordConfirm": "Confirmer le nouveau mot de passe", "isActive": "Est actif", "isPortalUser": "Utilisateur de Portail", "accounts": "Comptes", "account": "Compte (principal)", "sendAccessInfo": "Envoyer un email avec ses accès à l'utilisateur", "portal": "Portail" }, Any idea ?

      Comment


      • #4
        The problem in another place.

        Comment


        • #5
          ESPOCRM in 5.7.3 with no directory in custom/ and no in client/custom -> same problem you should try it

          Comment


          • #6
            We'll be fixed in 5.7.5.

            Comment


            • #7
              OK thanks

              Comment

              Working...
              X