summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-03-03 15:49:49 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-03-03 16:14:00 -0500
commit518dd9347bfb520d749cc1d36c459f867ed3fea8 (patch)
treef47d82aaa5de62b82c18a7712b116ae3a67ac933
parent70d2fde4922eadb50fb720c9afa7a1ce38b1f20f (diff)
downloadgitlab-ce-ssh-key-settings.tar.gz
Improve consistency of SSH Keys title in administration areassh-key-settings
-rw-r--r--app/views/admin/users/keys.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/users/keys.html.haml b/app/views/admin/users/keys.html.haml
index 07110717082..0f644121e62 100644
--- a/app/views/admin/users/keys.html.haml
+++ b/app/views/admin/users/keys.html.haml
@@ -1,3 +1,3 @@
-- page_title "Keys", @user.name, "Users"
+- page_title "SSH Keys", @user.name, "Users"
= render 'admin/users/head'
= render 'profiles/keys/key_table', admin: true