Skip to content

Commit

Permalink
add strings
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Jul 6, 2024
1 parent 8d438e6 commit 3d467ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/src/activitys/fragments/DrawerFragment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const DrawerFragment = (props: Props) => {
hide();
}}
>
<ListItemText primary={"Changelog"} />
<ListItemText primary={strings("changelog")} />
</ListItemButton>
</List>

Expand Down

0 comments on commit 3d467ca

Please sign in to comment.