diff options
author | Pierre Tardy <tardyp@gmail.com> | 2019-06-17 14:59:54 +0000 |
---|---|---|
committer | Pierre Tardy <tardyp@gmail.com> | 2019-06-17 14:59:54 +0000 |
commit | 1cd36afbf61259ba5211e04ed6c5d59abb0f7adf (patch) | |
tree | 682fbcfb91c8ccc6812fa71374b53ab52cb8f3a5 /config/locales | |
parent | 290e4596136f41f3b13f4845b4d1aace5c9fe723 (diff) | |
download | gitlab-ce-1cd36afbf61259ba5211e04ed6c5d59abb0f7adf.tar.gz |
[skip ci] Update doorkeeper.en.yml
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/doorkeeper.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index ea54dbb2304..a8234263275 100644 --- a/config/locales/doorkeeper.en.yml +++ b/config/locales/doorkeeper.en.yml @@ -73,7 +73,7 @@ en: read_user: Grants read-only access to the authenticated user's profile through the /user API endpoint, which includes username, public email, and full name. Also grants access to read-only API endpoints under /users. read_repository: - Grants read-only access to repositories on private projects using Git-over-HTTP (and using repository_file API). + Grants read-only access to repositories on private projects using Git-over-HTTP or the Repository Files API. write_repository: Grants read-write access to repositories on private projects using Git-over-HTTP (not using the API). read_registry: |