Commit 091c21e0e408a85ce833ff45bf3b6c0d155e434f

Authored by Sytse Sijbrandij
1 parent 45f9cca9

Improve accuracy of deploy key message.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/deploy_keys/index.html.haml
... ... @@ -29,4 +29,4 @@
29 29 = render @available_keys
30 30 - if @available_keys.blank?
31 31 .light-well
32   - %p.nothing_here_message All deploy keys from projects you can manage will be displayed here
  32 + %p.nothing_here_message All deploy keys created in projects you own will be displayed here
... ...