Skip to content

Commit

Permalink
fix logout i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
oben01 committed Mar 21, 2023
1 parent 54b6b2e commit 423e169
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/yadoms-cs/src/app/app-shell/main-app-shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function MainAppShell() {
</Navbar.Section>
<Navbar.Section>
<Stack justify="center" spacing={0}>
<NavbarLink icon={IconLogout} label="Logout" route={'/'} />
<NavbarLink icon={IconLogout} label="logout" route={'/'} />
</Stack>
</Navbar.Section>
</Navbar>
Expand Down
3 changes: 2 additions & 1 deletion apps/yadoms-cs/src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"recipients": "Recipients",
"install-and-update": "Install & Update",
"maintenance": "Maintenance",
"about": "About"
"about": "About",
"logout": "Logout"
},
"summary": {
"home": {
Expand Down
3 changes: 2 additions & 1 deletion apps/yadoms-cs/src/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"recipients": "Destinataires",
"install-and-update": "Installation & Mise à jour",
"maintenance": "Maintenance",
"about": "A propos"
"about": "A propos",
"logout": "Se déconnecter"
},
"summary": {
"home": {
Expand Down

0 comments on commit 423e169

Please sign in to comment.