Skip to content

Commit

Permalink
webapp: fix warning message about pin mapping profile name length
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Dec 16, 2024
1 parent a37fd0b commit 04c77ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"10002": "Authentifizierung erfolgreich!",
"11001": "@:apiresponse.2001",
"11002": "@:apiresponse:5004",
"12001": "Profil muss zwischen 1 und {max} Zeichen lang sein!"
"12001": "Profilname muss zwischen 1 und {max} Zeichen lang sein!"
},
"home": {
"LiveData": "Live-Daten",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"10002": "Authentication successful!",
"11001": "@:apiresponse.2001",
"11002": "@:apiresponse:5004",
"12001": "Profil must between 1 and {max} characters long!"
"12001": "Profile name must between 1 and {max} characters long!"
},
"home": {
"LiveData": "Live Data",
Expand Down

0 comments on commit 04c77ba

Please sign in to comment.