Skip to content

Commit 735947a

Browse files
#RI-4109 - update ssh private key placeholder
1 parent e42e71e commit 735947a

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/pages/home/components/AddInstanceForm/InstanceForm/form-components

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/home/components/AddInstanceForm/InstanceForm/form-components/SSHDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const SSHDetails = (props: Props) => {
197197
onChange={formik.handleChange}
198198
fullWidth
199199
maxLength={50_000}
200-
placeholder="Enter SSH Private Key"
200+
placeholder="Enter SSH Private Key in PEM format"
201201
data-testid="sshPrivateKey"
202202
/>
203203
</EuiFormRow>

0 commit comments

Comments
 (0)