From 807721df73e061792f72fcd6a5a28082ece80074 Mon Sep 17 00:00:00 2001 From: tomneedham Date: Thu, 26 Jan 2012 19:02:59 +0000 Subject: [PATCH] fixed no ssh key message --- app/views/projects/empty.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index f089c6ec..dda64ea7 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -1,6 +1,6 @@ - if current_user.require_ssh_key? %ul.errors_holder - %li You have no ssh keys added yo tour profile. + %li You have no ssh keys added to your profile. %li You wont be able to pull/push repository. %li Visit profile → keys and add public key of every machine you want to use for work with gitlabhq.