Skip to content

Commit b50d459

Browse files
committed
Update setupsheet.gs
1 parent cb73958 commit b50d459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setupsheet.gs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ function setupSheet() {
3434
currentSpreadsheet.deleteSheet(sheet1);
3535
}
3636

37-
currentSpreadsheet.rename('[' + domain + '] Security Checklist for Workspace Admins');
37+
currentSpreadsheet.rename('[' + domain + '] DoiT AdminPulse for Workspace');
3838

3939
copiedFile.setTrashed(true);
4040

4141
const setupCompleteAlert = ui.alert('Sheet Setup Complete',
42-
'Welcome to the Security Checklist for Workspace Admins!\n\n' +
42+
'Welcome to the DoiT AdminPulse for Workspace!\n\n' +
4343
'This tool provides a comprehensive checklist of security controls for Business and Enterprise organizations.\n\n' +
4444
'To use this tool and all its functions, you must have a Super Admin account.\n\n' +
4545
'Many settings do not have an API, so we have included links to Google\'s documentation, best practice recommendations, and the relevant section of the admin console.\n\n' +
46-
'To begin, run the read-only API reports using the Run All Scripts button under Extensions > Security Checklist for Workspace Admins. These reports will help you answer questions on the Security Checklist.\n\n' +
46+
'To begin, run the read-only API reports using the Run All Scripts button under Extensions > DoiT AdminPulse for Workspace. These reports will help you answer questions on the Security Checklist.\n\n' +
4747
'After running the API reports, complete the checklist of security controls and take notes on areas where your organization can improve its security posture.\n\n' +
4848
'For developer support or assistance with reviewing your environment and understanding the findings, use the Get Support button in the Extensions menu.',
4949
ui.ButtonSet.OK);

0 commit comments

Comments
 (0)