File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ 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 : 'Select 2 caretakers for the upcoming rotation (primary and secondary, https://go/ng-caretaker-schedule ):' ,
46
46
validate : ( value ) => {
47
47
if ( value . length !== 2 ) {
48
48
return 'Please select exactly 2 caretakers for the upcoming rotation.' ;
@@ -63,7 +63,7 @@ export async function updateCaretakerTeamViaPrompt() {
63
63
} ) ) ;
64
64
selectedEmea = await Prompt . select < string > ( {
65
65
choices : emeaOptions ,
66
- message : 'Select EMEA caretaker' ,
66
+ message : 'Select EMEA caretaker (https://go/ng-caretaker-schedule-emea) ' ,
67
67
} ) ;
68
68
69
69
/** Whether the user positively confirmed the selected made. */
You can’t perform that action at this time.
0 commit comments