diff options
author | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2016-01-26 16:36:59 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <mail@zjvandeweg.nl> | 2016-01-26 16:56:34 +0100 |
commit | 103d67768d5dc3b3f2676d3f4bc7e2fb5581083e (patch) | |
tree | 6363a87a1512a47d9df5b2ed8ba236cfe047c4d0 | |
parent | 758177d14cd946ed1bd8d9bd9609d9d8d4a378dc (diff) | |
download | gitlab-ce-103d67768d5dc3b3f2676d3f4bc7e2fb5581083e.tar.gz |
Improve text on warning message
-rw-r--r-- | app/views/doorkeeper/authorizations/new.html.haml | 4 |
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 |