summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-12 13:52:24 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-12 13:52:24 +0000
commitd6e43f1f76f63d0a9e7ffe2b2130105c86b7a9fa (patch)
treecf1096d34682f894f94ed6456433ccfdf8b9b290
parent7040c1ba3e79cd68d6084aba88d670067835b2f3 (diff)
downloadgitlab-ce-d6e43f1f76f63d0a9e7ffe2b2130105c86b7a9fa.tar.gz
Update Access Tokens link title to match the text
-rw-r--r--app/views/layouts/nav/_profile.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_profile.html.haml b/app/views/layouts/nav/_profile.html.haml
index 6e3c9ab9778..6d514f669db 100644
--- a/app/views/layouts/nav/_profile.html.haml
+++ b/app/views/layouts/nav/_profile.html.haml
@@ -18,7 +18,7 @@
%span
Applications
= nav_link(controller: :personal_access_tokens) do
- = link_to profile_personal_access_tokens_path, title: 'Personal Access Tokens' do
+ = link_to profile_personal_access_tokens_path, title: 'Access Tokens' do
%span
Access Tokens
= nav_link(controller: :emails) do