Skip to content

Commit 29b724b

Browse files
committed
menu title changes
1 parent a0eef22 commit 29b724b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/appscript/add-custom-menu.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export default function () {
99
.addItem('Refresh sessions/groups (from GitHub)', 'importSessions')
1010
.addSubMenu(
1111
SpreadsheetApp.getUi()
12-
.createMenu('Manage the grid')
13-
.addItem('Propose a new grid', 'proposeGrid')
14-
.addItem('Refresh the grid view', 'generateGrid')
15-
.addItem('Validate the grid', 'validateGrid')
12+
.createMenu('Manage the schedule')
13+
.addItem('Validate metadata and existing schedule', 'validateGrid')
14+
.addItem('Validate metadata and propose a new schedule', 'proposeGrid')
15+
.addItem('Refresh table view of schedule', 'generateGrid')
1616
)
1717
.addItem('Publish the grid and calendar', 'exportGrid')
1818
.addSeparator()

0 commit comments

Comments
 (0)