Skip to content

Commit

Permalink
Fix modules translation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreim committed Aug 4, 2024
1 parent 48dc973 commit 4ade509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interface/src/app/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const Settings: FC = () => {
<ListMenuItem
icon={ViewModuleIcon}
bgcolor="#efc34b"
label="Modules"
label={LL.MODULES()}
text={LL.MODULES_1()}
to="modules"
/>
Expand Down

0 comments on commit 4ade509

Please sign in to comment.