summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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