Skip to content

Commit d6d131a

Browse files
authored
Merge pull request #1652 from RedisInsight/feature/RI-4109-ssh-private-key-placeholder
#RI-4109 - update ssh private key placeholder
2 parents 245368b + 735947a commit d6d131a

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)