summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2019-06-17 15:24:36 +0000
committerNick Thomas <nick@gitlab.com>2019-06-17 15:24:36 +0000
commit08ed6b1720ff4d6e2b45a97000a106071d650194 (patch)
tree5e2ba030ceb6053e8ef80e4c12dcf86ffa9369d7
parentf74bd5d016829b5112ec6280bb292481ac91360c (diff)
parent1cd36afbf61259ba5211e04ed6c5d59abb0f7adf (diff)
downloadgitlab-ce-08ed6b1720ff4d6e2b45a97000a106071d650194.tar.gz
Merge branch 'patch-29' into 'master'
read_repository scope can be used for API See merge request gitlab-org/gitlab-ce!29663
-rw-r--r--config/locales/doorkeeper.en.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml
index 23bbc9f4035..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 (not using the 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: