From 796596812faa96465d89b7616510d7b5de58c8c9 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran <alfredo@gitlab.com> Date: Mon, 21 Nov 2016 16:02:09 -0500 Subject: [PATCH] administer to administrator --- app/views/projects/cycle_analytics/_no_access.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/cycle_analytics/_no_access.html.haml b/app/views/projects/cycle_analytics/_no_access.html.haml index eb8df59748b..0ffc79b3181 100644 --- a/app/views/projects/cycle_analytics/_no_access.html.haml +++ b/app/views/projects/cycle_analytics/_no_access.html.haml @@ -4,4 +4,4 @@ = custom_icon ('icon_lock') %h4 You need permission. %p - Want to see the data? Please ask administer for access. + Want to see the data? Please ask administrator for access. -- GitLab