Commit 4aa2d16a3bcdee5f5fb25a51638a5801bddec613
Exists in
master
and in
4 other branches
Merge pull request #4939 from fintler/key_gen_help_typo
Fixed up wording on the new SSH key page.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profiles/keys/_form.html.haml
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | = f.label :key |
14 | 14 | .controls |
15 | 15 | %p.light |
16 | - Paste your public key here. Read more about how generate it #{link_to "here", help_ssh_path} | |
16 | + Paste your public key here. Read more about how to generate a key on #{link_to "the SSH help page", help_ssh_path}. | |
17 | 17 | = f.text_area :key, class: "input-xxlarge thin_area" |
18 | 18 | |
19 | 19 | ... | ... |