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:
authorZeger-Jan van de Weg <mail@zjvandeweg.nl>2016-01-26 18:36:59 +0300
committerZeger-Jan van de Weg <mail@zjvandeweg.nl>2016-01-26 18:56:34 +0300
commit103d67768d5dc3b3f2676d3f4bc7e2fb5581083e (patch)
tree6363a87a1512a47d9df5b2ed8ba236cfe047c4d0 /app/views/doorkeeper
parent758177d14cd946ed1bd8d9bd9609d9d8d4a378dc (diff)
Improve text on warning message
Diffstat (limited to 'app/views/doorkeeper')
-rw-r--r--app/views/doorkeeper/authorizations/new.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/doorkeeper/authorizations/new.html.haml b/app/views/doorkeeper/authorizations/new.html.haml
index 185182a10de..eae80e5210f 100644
--- a/app/views/doorkeeper/authorizations/new.html.haml
+++ b/app/views/doorkeeper/authorizations/new.html.haml
@@ -9,7 +9,9 @@
.text-warning.prepend-top-20
%p
= icon("exclamation-triangle fw")
- Caution! You are admin, and thus will grant admin permission to #{@pre_auth.client.name}.
+ You are an admin, which means granting access to
+ %strong #{@pre_auth.client.name}
+ will allow them to interact with GitLab as an admin as well. Proceed with caution.
- if @pre_auth.scopes
#oauth-permissions