Skip to content

Commit

Permalink
Fix translation in user back/left home trigger (#2162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Nov 8, 2024
1 parent 216f637 commit c102bbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions front/src/config/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2055,8 +2055,8 @@
"sunset": "Jeder Sonnenuntergang"
},
"user": {
"back-home": "Benutzer hat das Zuhause verlassen",
"left-home": "Benutzer ist zurück zu Hause"
"back-home": "Benutzer ist zurück zu Hause",
"left-home": "Benutzer hat das Zuhause verlassen"
},
"house": {
"empty": "Das Zuhause ist leer",
Expand Down
4 changes: 2 additions & 2 deletions front/src/config/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2055,8 +2055,8 @@
"sunset": "Every sunset"
},
"user": {
"back-home": "User left home",
"left-home": "User back at home"
"back-home": "User back at home",
"left-home": "User left home"
},
"house": {
"empty": "House is empty",
Expand Down

0 comments on commit c102bbb

Please sign in to comment.