Skip to content

Commit

Permalink
chore: Add translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Sep 4, 2024
1 parent 5954dfa commit 325ead9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/locales/de/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,7 @@ msgid "login.sign-in"
msgstr ""

#: app/login/components/login-menu.tsx
#: app/login/components/profile-header.tsx
msgid "login.sign-out"
msgstr ""

Expand Down
1 change: 1 addition & 0 deletions app/locales/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,7 @@ msgid "login.sign-in"
msgstr "Sign in"

#: app/login/components/login-menu.tsx
#: app/login/components/profile-header.tsx
msgid "login.sign-out"
msgstr "Sign out"

Expand Down
1 change: 1 addition & 0 deletions app/locales/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,7 @@ msgid "login.sign-in"
msgstr ""

#: app/login/components/login-menu.tsx
#: app/login/components/profile-header.tsx
msgid "login.sign-out"
msgstr ""

Expand Down
1 change: 1 addition & 0 deletions app/locales/it/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,7 @@ msgid "login.sign-in"
msgstr ""

#: app/login/components/login-menu.tsx
#: app/login/components/profile-header.tsx
msgid "login.sign-out"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion app/login/components/profile-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const ProfileHeader = (props: { user: User }) => {
size="small"
onClick={async () => await signOut()}
>
Log out
<Trans id="login.sign-out">Sign out</Trans>
</Button>
</Box>
</Box>
Expand Down

0 comments on commit 325ead9

Please sign in to comment.