Skip to content

Commit 5f9ec57

Browse files
committed
doc: update prompt wording
1 parent 04444a7 commit 5f9ec57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/components/profile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

client/test/components/profile/profile.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
];

0 commit comments

Comments
 (0)