From 0a9adbbe4a049e0af405feb1e5ce80b28bbbd292 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Mon, 29 Oct 2012 21:51:28 +0100 Subject: [PATCH] Fix no SSH key warning --- app/views/shared/_no_ssh.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_no_ssh.html.haml b/app/views/shared/_no_ssh.html.haml index b6ab666b..c2d00654 100644 --- a/app/views/shared/_no_ssh.html.haml +++ b/app/views/shared/_no_ssh.html.haml @@ -1,8 +1,8 @@ - if current_user.require_ssh_key? %h6.error_message %span - You wont be able to pull/push project code unless you + You won't be able to pull or push project code until you %strong = link_to new_key_path, class: "vlink" do - add SSH key + add a SSH key to your profile