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() {
42
42
value : member ,
43
43
checked : current . has ( member ) ,
44
44
} ) ) ,
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):' ,
46
47
validate : ( value ) => {
47
48
if ( value . length !== 2 ) {
48
49
return 'Please select exactly 2 caretakers for the upcoming rotation.' ;
@@ -63,7 +64,7 @@ export async function updateCaretakerTeamViaPrompt() {
63
64
} ) ) ;
64
65
selectedEmea = await Prompt . select < string > ( {
65
66
choices : emeaOptions ,
66
- message : 'Select EMEA caretaker' ,
67
+ message : 'Select EMEA caretaker (http://go/ng-caretaker-schedule-emea) ' ,
67
68
} ) ;
68
69
69
70
/** Whether the user positively confirmed the selected made. */
You can’t perform that action at this time.
0 commit comments