Commit 4aa2d16a3bcdee5f5fb25a51638a5801bddec613

Authored by Dmitriy Zaporozhets
2 parents 298e6eb6 b928d45d

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,7 +13,7 @@
13 = f.label :key 13 = f.label :key
14 .controls 14 .controls
15 %p.light 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 = f.text_area :key, class: "input-xxlarge thin_area" 17 = f.text_area :key, class: "input-xxlarge thin_area"
18 18
19 19