File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ export async function updateCaretakerTeamViaPrompt() {
4242 value : member ,
4343 checked : current . has ( member ) ,
4444 } ) ) ,
45- message : 'Select 2 caretakers for the upcoming rotation (primary and secondary):' ,
45+ message :
46+ 'Select 2 caretakers for the upcoming rotation (primary and secondary, http://go/ng-caretaker-schedule):' ,
4647 validate : ( value ) => {
4748 if ( value . length !== 2 ) {
4849 return 'Please select exactly 2 caretakers for the upcoming rotation.' ;
@@ -63,7 +64,7 @@ export async function updateCaretakerTeamViaPrompt() {
6364 } ) ) ;
6465 selectedEmea = await Prompt . select < string > ( {
6566 choices : emeaOptions ,
66- message : 'Select EMEA caretaker' ,
67+ message : 'Select EMEA caretaker (http://go/ng-caretaker-schedule-emea) ' ,
6768 } ) ;
6869
6970 /** Whether the user positively confirmed the selected made. */
You can’t perform that action at this time.
0 commit comments