File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ const input: ProfilePromptInput = {
810810 [ ProfilePromptType . PrivateKeyFilePath ] : {
811811 title : l10n . t ( "Private Key File Path (optional)" ) ,
812812 placeholder : l10n . t ( "Enter the local private key file path" ) ,
813- description : l10n . t ( "Leave empty to use SSH Agent or password." ) ,
813+ description : l10n . t ( "To use the SSH Agent or a password, leave blank ." ) ,
814814 } ,
815815} ;
816816
Original file line number Diff line number Diff line change @@ -975,7 +975,7 @@ describe("Profiles", async function () {
975975 name : "Private Key File Path" ,
976976 prompt : ProfilePromptType . PrivateKeyFilePath ,
977977 wantTitle : "Private Key File Path (optional)" ,
978- wantDescription : "Leave empty to use SSH Agent or password." ,
978+ wantDescription : "To use the SSH Agent or a password, leave blank ." ,
979979 wantPlaceHolder : "Enter the local private key file path" ,
980980 } ,
981981 ] ;
You can’t perform that action at this time.
0 commit comments