Skip to content

Commit

Permalink
add key for errors auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezza34000 committed Nov 19, 2024
1 parent 4f2ffe6 commit f90ee7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions custom_components/veolia/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"error": {
"invalid_auth": "Invalid authentication",
"cannot_connect": "Failed to connect"
"invalid_credentials": "Username or password is incorrect",
"unknown": "Unable to connect, check logs for more information"
},
"abort": {
"already_configured": "This account is already configured"
Expand Down
4 changes: 2 additions & 2 deletions custom_components/veolia/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
},
"error": {
"invalid_auth": "Authentification invalide",
"cannot_connect": "Impossible de se connecter"
"invalid_credentials": "Nom d'utilisateur ou mot de passe incorrect",
"unknown": "Impossible de se connecter, consultez les journaux pour plus d'informations"
},
"abort": {
"already_configured": "Ce compte est déjà configuré"
Expand Down

0 comments on commit f90ee7c

Please sign in to comment.