Skip to content

Commit

Permalink
Tray menu translate Exit
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyH committed Nov 14, 2023
1 parent fb2b434 commit 4fe4582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"renderer.components.newServerModal.serverURL": "URL сервера",
"renderer.components.newServerModal.serverDisplayName.description": "Имя сервера, отображаемое на панели вкладок вашего приложения.",
"renderer.components.newServerModal.serverDisplayName": "Отображаемое имя сервера",
"common.tabs.TAB_MESSAGING": "Channels",
"common.tabs.TAB_MESSAGING": "Чат",
"renderer.components.newServerModal.error.nameRequired": "Укажите имя сервера.",
"renderer.components.newServerModal.error.urlRequired": "Укажите URL-адрес.",
"renderer.components.newServerModal.error.urlNeedsHttp": "URL-адрес должен начинаться с http:// или https://.",
Expand Down
1 change: 1 addition & 0 deletions src/main/menus/tray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export function createTemplate() {
}, {
type: 'separator',
}, {
label: localizeMessage('main.menus.app.file.exit', 'Exit'),
role: 'quit',
},
];
Expand Down

0 comments on commit 4fe4582

Please sign in to comment.