diff --git a/assets/locales/en.json b/assets/locales/en.json index ea01c7a4f..5e79a532f 100644 --- a/assets/locales/en.json +++ b/assets/locales/en.json @@ -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", diff --git a/src/tray.js b/src/tray.js index 33dbefcd6..f5d2afeef 100644 --- a/src/tray.js +++ b/src/tray.js @@ -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'),