refactor: clarify settings section name

This commit is contained in:
Carlos Valente
2025-10-06 06:51:17 +02:00
committed by Alex Christoffer Rasmussen
parent 56c4d68bae
commit 00d2ae0a7c
2 changed files with 2 additions and 2 deletions
@@ -31,7 +31,7 @@ const staticOptions = [
}, },
{ {
id: 'manage', id: 'manage',
label: 'Project data', label: 'Project settings',
secondary: [ secondary: [
{ id: 'manage__defaults', label: 'Rundown defaults' }, { id: 'manage__defaults', label: 'Rundown defaults' },
{ id: 'manage__custom', label: 'Custom fields' }, { id: 'manage__custom', label: 'Custom fields' },
+1 -1
View File
@@ -218,7 +218,7 @@ function makeSettingsMenu(redirectWindow) {
], ],
}, },
{ {
label: 'Project data', label: 'Project settings',
submenu: [ submenu: [
{ {
label: 'Rundown defaults', label: 'Rundown defaults',