summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorantony liu <sun_apollo@yeah.net>2019-05-09 08:39:08 +0000
committerRémy Coutable <remy@rymai.me>2019-05-09 08:39:08 +0000
commit8021efb72de27d968af2b8305f49be43e1c42086 (patch)
treeed0c2d3c08e8c1f6053a66b08b15b371beb8b811 /app/views/layouts
parenta64904e41f30e0013c44dd9dcb7ca797bd16a447 (diff)
downloadgitlab-ce-8021efb72de27d968af2b8305f49be43e1c42086.tar.gz
i18n: externalize strings from user profile settings
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/nav/sidebar/_profile.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_profile.html.haml b/app/views/layouts/nav/sidebar/_profile.html.haml
index 1e3bb8f1224..2061eac917f 100644
--- a/app/views/layouts/nav/sidebar/_profile.html.haml
+++ b/app/views/layouts/nav/sidebar/_profile.html.haml
@@ -4,7 +4,7 @@
= link_to profile_path, title: _('Profile Settings') do
.avatar-container.s40.settings-avatar
= image_tag avatar_icon_for_user(current_user, 40), class: "avatar s40 avatar-tile", alt: current_user.name
- .sidebar-context-title User Settings
+ .sidebar-context-title= _('User Settings')
%ul.sidebar-top-level-items
= nav_link(path: 'profiles#show', html_options: {class: 'home'}) do
= link_to profile_path do