Skip to content

Commit

Permalink
feat: add NIE in username field (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
paissad authored Sep 18, 2024
1 parent 6d89f6c commit 3ad4734
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/aigues_barcelona/translations/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"step": {
"user": {
"data": {
"username": "Usuari (DNI)",
"username": "Usuari (DNI/NIE)",
"password": "Contrasenya"
},
"title": "Configurar integraci\u00f3"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aigues_barcelona/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"step": {
"user": {
"data": {
"username": "Username (DNI)",
"username": "Username (DNI/NIE)",
"password": "Password"
},
"title": "Setup integration"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/aigues_barcelona/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"step": {
"user": {
"data": {
"username": "Usuario (DNI)",
"username": "Usuario (DNI/NIE)",
"password": "Contrase\u00f1a"
},
"title": "Configurar integraci\u00f3n"
Expand Down

0 comments on commit 3ad4734

Please sign in to comment.