Skip to content

Commit

Permalink
fix: add (Language) to Language setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Dec 1, 2023
1 parent 806098a commit 39c8ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export const mainMenuTemplate = async (
],
},
{
label: t('main.menu.options.submenu.language.label'),
label: t('main.menu.options.submenu.language.label') + ' (Language)',
submenu: availableLanguages.map(
(lang): Electron.MenuItemConstructorOptions => ({
label: `${languageResources[lang].translation.language.name} (${languageResources[lang].translation.language['local-name']})`,
Expand Down

0 comments on commit 39c8ca6

Please sign in to comment.