Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-12 16:52:24 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-12 16:52:24 +0300
commitd6e43f1f76f63d0a9e7ffe2b2130105c86b7a9fa (patch)
treecf1096d34682f894f94ed6456433ccfdf8b9b290 /app/views/layouts/nav
parent7040c1ba3e79cd68d6084aba88d670067835b2f3 (diff)
Update Access Tokens link title to match the text
Diffstat (limited to 'app/views/layouts/nav')
-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