From 091c21e0e408a85ce833ff45bf3b6c0d155e434f Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij <sytse@dosire.com> Date: Wed, 29 May 2013 09:07:14 +0200 Subject: [PATCH] Improve accuracy of deploy key message. --- app/views/deploy_keys/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/deploy_keys/index.html.haml b/app/views/deploy_keys/index.html.haml index 9e136a6b6ba..7801302d3f4 100644 --- a/app/views/deploy_keys/index.html.haml +++ b/app/views/deploy_keys/index.html.haml @@ -29,4 +29,4 @@ = render @available_keys - if @available_keys.blank? .light-well - %p.nothing_here_message All deploy keys from projects you can manage will be displayed here + %p.nothing_here_message All deploy keys created in projects you own will be displayed here -- 2.30.9