summaryrefslogtreecommitdiff
path: root/app/views/layouts/header/_default.html.haml
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-01-04 14:05:53 -0800
committertauriedavis <taurie@gitlab.com>2017-01-04 14:06:39 -0800
commitccc7a00753100ffe76d33299fa5e4e94d4ad20c1 (patch)
treee671886d1878f6fe70784aab30e5930271e25d9f /app/views/layouts/header/_default.html.haml
parent80c9a1a0b072f71e681739d31d61317328202fde (diff)
downloadgitlab-ce-ccc7a00753100ffe76d33299fa5e4e94d4ad20c1.tar.gz
26352 Change Profile settings to User / Settings26352-user-dropdown-settings
Diffstat (limited to 'app/views/layouts/header/_default.html.haml')
-rw-r--r--app/views/layouts/header/_default.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/header/_default.html.haml b/app/views/layouts/header/_default.html.haml
index f4e0244596c..9ecc0d11c95 100644
--- a/app/views/layouts/header/_default.html.haml
+++ b/app/views/layouts/header/_default.html.haml
@@ -44,7 +44,7 @@
%li
= link_to "Profile", current_user, class: 'profile-link', aria: { label: "Profile" }, data: { user: current_user.username }
%li
- = link_to "Profile Settings", profile_path, aria: { label: "Profile Settings" }
+ = link_to "Settings", profile_path, aria: { label: "Settings" }
%li
= link_to "Help", help_path, aria: { label: "Help" }
%li.divider