Skip to content

Commit

Permalink
Merge pull request #1925 from mattreim/dev
Browse files Browse the repository at this point in the history
Fix modules translation
  • Loading branch information
proddy authored Aug 5, 2024
2 parents aa807c3 + 4ade509 commit 38ae744
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 38ae744

Please sign in to comment.