diff --git a/src/components/nav-menu/NavMenu.vue b/src/components/nav-menu/NavMenu.vue
index f400f0b6..da954151 100644
--- a/src/components/nav-menu/NavMenu.vue
+++ b/src/components/nav-menu/NavMenu.vue
@@ -1,6 +1,6 @@
-
+
dashboards.value.length > 0);
const hasNotifications = computed(() => notifiedMenus.value.length > 0);
const version = computed(() => appVersion.value?.split('VRCX ')?.[1] || '-');
const vrcxLogo = new URL('../../../images/VRCX.png', import.meta.url).href;
diff --git a/src/localization/en.json b/src/localization/en.json
index 6f59cb93..8643e3ef 100644
--- a/src/localization/en.json
+++ b/src/localization/en.json
@@ -146,7 +146,7 @@
"instance_not_in_game": "Not in game",
"time_ago": "{time} ago"
},
- "first_save_tip": "You can create more dashboards. Right-click the Navigation Menu or use the Customize Navigation dialog to add new ones.",
+ "first_save_tip": "You can hide the New Dashboard button in Settings > Interface > Navigation.",
"confirmations": {
"delete_title": "Delete Dashboard",
"delete_description": "Are you sure you want to delete this dashboard? This action cannot be undone."
@@ -708,7 +708,7 @@
"interface": {
"navigation": {
"header": "Navigation",
- "show_new_dashboard_button": "Show \"New Dashboard\" Button"
+ "show_new_dashboard_button": "Show New Dashboard Button"
},
"lists_tables": {
"header": "Lists & Tables"
diff --git a/src/views/Settings/components/Tabs/InterfaceTab.vue b/src/views/Settings/components/Tabs/InterfaceTab.vue
index 5966e161..eaf02870 100644
--- a/src/views/Settings/components/Tabs/InterfaceTab.vue
+++ b/src/views/Settings/components/Tabs/InterfaceTab.vue
@@ -333,15 +333,7 @@