Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evsar3 committed Aug 21, 2020
1 parent a6fb5cc commit c1e5f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/AddEditConnectionWindow/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
<div v-show="conn.authType === 'key-file'" class="form-item">
<label>Key File</label>
<input type="text" placeholder="eg. C:\Users\me\.ssh\id_rsa.pub" v-model="conn.keyFile">
<input type="text" placeholder="eg. C:\Users\me\.ssh\id_rsa" v-model="conn.keyFile">
</div>
<div v-show="conn.authType === 'key-input'" class="form-item">
<label>Key</label>
Expand Down

0 comments on commit c1e5f75

Please sign in to comment.