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:
authorDouwe Maan <douwe@selenight.nl>2017-10-03 17:57:31 +0300
committerDouwe Maan <douwe@selenight.nl>2017-10-03 17:57:36 +0300
commit55fe0d7d0aeb9e10730610a646080f8717f37fd0 (patch)
tree140e9ccb61db907a81d61830d5b98f6e79c43c77 /app/views/shared/_personal_access_tokens_form.html.haml
parentb8e47d72637167be5a225fe20b5f893c43b9a885 (diff)
Set default scope on PATs that don't have one set to allow them to be revoked
Diffstat (limited to 'app/views/shared/_personal_access_tokens_form.html.haml')
-rw-r--r--app/views/shared/_personal_access_tokens_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/_personal_access_tokens_form.html.haml b/app/views/shared/_personal_access_tokens_form.html.haml
index e415ec64c38..b8b1f4ca42f 100644
--- a/app/views/shared/_personal_access_tokens_form.html.haml
+++ b/app/views/shared/_personal_access_tokens_form.html.haml
@@ -1,9 +1,9 @@
- type = impersonation ? "impersonation" : "personal access"
%h5.prepend-top-0
- Add a #{type} Token
+ Add a #{type} token
%p.profile-settings-content
- Pick a name for the application, and we'll give you a unique #{type} Token.
+ Pick a name for the application, and we'll give you a unique #{type} token.
= form_for token, url: path, method: :post, html: { class: 'js-requires-input' } do |f|