From 103d67768d5dc3b3f2676d3f4bc7e2fb5581083e Mon Sep 17 00:00:00 2001
From: Zeger-Jan van de Weg <mail@zjvandeweg.nl>
Date: Tue, 26 Jan 2016 16:36:59 +0100
Subject: [PATCH] Improve text on warning message

---
 app/views/doorkeeper/authorizations/new.html.haml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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
-- 
GitLab