From 02cd96856fbd830772b81a3436d6f4a409b2ff9d Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 24 Sep 2025 08:37:11 +0200 Subject: [PATCH] fix: clarify description of deploy keys (#9395) Helps with #1712. There's an "Enable write access" checkbox further down the page. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9395 Reviewed-by: 0ko <0ko@noreply.codeberg.org> Co-authored-by: Arnout Engelen Co-committed-by: Arnout Engelen --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 0614bcf167..0378160338 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2478,7 +2478,7 @@ settings.sourcehut_builds.secrets_helper = Give the job access to the build secr settings.sourcehut_builds.access_token_helper = Access token that has JOBS:RW grant. Generate a builds.sr.ht token or a builds.sr.ht token with secrets access on meta.sr.ht. settings.deploy_keys = Deploy keys settings.add_deploy_key = Add deploy key -settings.deploy_key_desc = Deploy keys have read-only pull access to the repository. +settings.deploy_key_desc = Deploy keys can have read-only or read-write access to the repository. settings.is_writable = Enable write access settings.is_writable_info = Allow this deploy key to push to the repository. settings.no_deploy_keys = There are no deploy keys yet.