Commit b928d45d519f767e8206e1c2c0d1a8a84f23fe90

Authored by Jon Bringhurst
1 parent ffa46e02

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  
... ...