diff --git a/src/locales/en/settings.json b/src/locales/en/settings.json index 08dd1aae9..31bda257a 100644 --- a/src/locales/en/settings.json +++ b/src/locales/en/settings.json @@ -351,7 +351,7 @@ }, "Comfy_UseNewMenu": { "name": "Use new menu", - "tooltip": "Menu bar position. On mobile devices, the menu is always shown at the top.", + "tooltip": "Enable the redesigned top menu bar.", "options": { "Disabled": "Disabled", "Top": "Top" @@ -440,4 +440,4 @@ "pysssss_SnapToGrid": { "name": "Always snap to grid" } -} \ No newline at end of file +} diff --git a/src/platform/settings/constants/coreSettings.ts b/src/platform/settings/constants/coreSettings.ts index fb87ea133..05d2a786d 100644 --- a/src/platform/settings/constants/coreSettings.ts +++ b/src/platform/settings/constants/coreSettings.ts @@ -562,8 +562,7 @@ export const CORE_SETTINGS: SettingParams[] = [ name: 'Use new menu', type: 'combo', options: ['Disabled', 'Top'], - tooltip: - 'Menu bar position. On mobile devices, the menu is always shown at the top.', + tooltip: 'Enable the redesigned top menu bar.', migrateDeprecatedValue: (value: string) => { // Floating is now supported by dragging the docked actionbar off. if (value === 'Floating') {