Skip to content

Commit 83c2266

Browse files
committed
Merge branch 'main' of github.com:w3c/tpac-breakouts
2 parents 1176869 + 50723ca commit 83c2266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/appscript/add-custom-menu.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ export default function () {
1818
.addSubMenu(
1919
SpreadsheetApp.getUi()
2020
.createMenu('Advanced')
21-
.addItem('Validate metadata and existing schedule', 'validateGrid')
22-
.addItem('Retrieve latest published schedule (from GitHub)', 'importGrid')
21+
.addItem('Revalidate metadata / adopted schedule (after manual edits)', 'validateGrid')
22+
.addItem('Recover published schedule (from GitHub)', 'importGrid')
2323
.addItem('Fetch event info, rooms, days, slots (from GitHub)', 'importMetadata')
2424
.addItem('Export event info, rooms, days, slots (to GitHub)', 'exportMetadata')
2525
.addItem('Export event to files (HTML, JSON)', 'exportEventToFiles')

0 commit comments

Comments
 (0)