We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0eef22 commit 29b724bCopy full SHA for 29b724b
tools/appscript/add-custom-menu.mjs
@@ -9,10 +9,10 @@ export default function () {
9
.addItem('Refresh sessions/groups (from GitHub)', 'importSessions')
10
.addSubMenu(
11
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')
+ .createMenu('Manage the schedule')
+ .addItem('Validate metadata and existing schedule', 'validateGrid')
+ .addItem('Validate metadata and propose a new schedule', 'proposeGrid')
+ .addItem('Refresh table view of schedule', 'generateGrid')
16
)
17
.addItem('Publish the grid and calendar', 'exportGrid')
18
.addSeparator()
0 commit comments