Skip to content

Commit a1e5bb3

Browse files
committed
add-on renamed to 'E-Explorer' #4
1 parent 9958cee commit a1e5bb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Code.gs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function onInstall(e) {
4242
*/
4343
function showSidebar() {
4444
var ui = HtmlService.createTemplateFromFile('Sidebar').evaluate()
45-
.setTitle('Recommendations');
45+
.setTitle('E-Explorer');
4646
DocumentApp.getUi().showSidebar(ui);
4747
}
4848

0 commit comments

Comments
 (0)