Fixed up wording on the new SSH key page.
This commit is contained in:
parent
ffa46e0225
commit
b928d45d51
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
= f.label :key
|
= f.label :key
|
||||||
.controls
|
.controls
|
||||||
%p.light
|
%p.light
|
||||||
Paste your public key here. Read more about how generate it #{link_to "here", help_ssh_path}
|
Paste your public key here. Read more about how to generate a key on #{link_to "the SSH help page", help_ssh_path}.
|
||||||
= f.text_area :key, class: "input-xxlarge thin_area"
|
= f.text_area :key, class: "input-xxlarge thin_area"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue