diff --git a/app/views/doorkeeper/authorizations/new.html.haml b/app/views/doorkeeper/authorizations/new.html.haml index 185182a10dea38b9373ca9d0a2dc0546c9bddeb7..eae80e5210fd2f29e2ef58b09ea558e076f99044 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