Skip to content

Commit

Permalink
rename desktop integrations to app preferences
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias committed Apr 22, 2020
1 parent c704288 commit daa6fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
"settings": "Settings",
"preferences": "Preferences",
"openNodeSettings": "Open Node Settings",
"desktopIntegrations": "Desktop Integrations",
"appPreferences": "App Preferences",
"launchOnStartup": "Launch at Login",
"ipfsCommandLineTools": "Command Line Tools",
"takeScreenshotShortcut": "Global Screenshot Shortcut",
Expand Down
2 changes: 1 addition & 1 deletion src/tray.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function buildMenu (ctx) {
},
{ type: 'separator' },
{
label: i18n.t('settings.desktopIntegrations'),
label: i18n.t('settings.appPreferences'),
enabled: false
},
buildCheckbox(AUTO_LAUNCH_KEY, 'settings.launchOnStartup'),
Expand Down

0 comments on commit daa6fac

Please sign in to comment.