From d8c06be498acbfc2024c01b6b6b02d120dc499f2 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 14 Nov 2019 12:06:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/layouts/header/_current_user_dropdown.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/header') diff --git a/app/views/layouts/header/_current_user_dropdown.html.haml b/app/views/layouts/header/_current_user_dropdown.html.haml index 8fb335c3801..d15f0ae3228 100644 --- a/app/views/layouts/header/_current_user_dropdown.html.haml +++ b/app/views/layouts/header/_current_user_dropdown.html.haml @@ -21,7 +21,7 @@ - if current_user_menu?(:start_trial) %li %a.profile-link{ href: trials_link_url } - = s_("CurrentUser|Start a trial") + = s_("CurrentUser|Start a Gold trial") = emoji_icon('rocket') - if current_user_menu?(:settings) %li -- cgit v1.2.1