From b928d45d519f767e8206e1c2c0d1a8a84f23fe90 Mon Sep 17 00:00:00 2001 From: Jon Bringhurst <jon@bringhurst.org> Date: Thu, 29 Aug 2013 10:34:37 -0600 Subject: [PATCH] Fixed up wording on the new SSH key page. --- app/views/profiles/keys/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/keys/_form.html.haml b/app/views/profiles/keys/_form.html.haml index 3a0b6cd48a1..158979c0ee5 100644 --- a/app/views/profiles/keys/_form.html.haml +++ b/app/views/profiles/keys/_form.html.haml @@ -13,7 +13,7 @@ = f.label :key .controls %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" -- GitLab