diff --git a/config/locales/doorkeeper.en.yml b/config/locales/doorkeeper.en.yml index 23bbc9f4035c751e209b7bd72f2bb486742d147c..a823426327548b2012a4d9df71204ddb795e6689 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: