Skip to content

Commit

Permalink
fix: add missing translation call
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Sep 13, 2024
1 parent 222914d commit a8e877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/src/Pages/SharesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function SharesPage(props: {owner: string|null}) {
</Box>

{ shares.length == 0 ?
<Text ta="center" mt="xl">There are currently no shares</Text>
<Text ta="center" mt="xl">{t("no_shares")}</Text>
:
<>
{/* Currently logged in user shares */}
Expand Down

0 comments on commit a8e877b

Please sign in to comment.