mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 15:09:10 +00:00
refactor: clarify settings section name
This commit is contained in:
committed by
Alex Christoffer Rasmussen
parent
56c4d68bae
commit
00d2ae0a7c
@@ -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' },
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ function makeSettingsMenu(redirectWindow) {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Project data',
|
label: 'Project settings',
|
||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'Rundown defaults',
|
label: 'Rundown defaults',
|
||||||
|
|||||||
Reference in New Issue
Block a user