diff options
Diffstat (limited to 'config/locales/doorkeeper.en.yml')
-rw-r--r-- | config/locales/doorkeeper.en.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index 258d8a99986..c9dbde23d35 100644 --- a/config/locales/doorkeeper.en.yml +++ b/config/locales/doorkeeper.en.yml @@ -70,6 +70,8 @@ en: scope_desc: api: Grants complete read/write access to the API, including all groups and projects, the container registry, and the package registry. + read_api: + Grants read access to the API, including all groups and projects, the container registry, and the package registry. 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: |