We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bac01 commit 9e84198Copy full SHA for 9e84198
tools/appscript/add-custom-menu.mjs
@@ -9,11 +9,11 @@ export default function () {
9
.addItem('Refresh sessions/groups (from GitHub)', 'importSessions')
10
.addSubMenu(
11
SpreadsheetApp.getUi()
12
- .createMenu('Manage the schedule')
13
- .addItem('Propose a new schedule', 'proposeGrid')
14
- .addItem('Apply current schedule sheet', 'applySchedule')
+ .createMenu('Schedule sessions/groups')
+ .addItem('Propose schedule (to new sheet)', 'proposeGrid')
+ .addItem('Adopt schedule (on current sheet)', 'applySchedule')
15
)
16
- .addItem('Publish the schedule and calendar', 'exportGrid')
+ .addItem('Publish adopted schedule and calendar', 'exportGrid')
17
.addSeparator()
18
19
0 commit comments