From bbbdc3bf67f3b01257fa240e82104f7427af9019 Mon Sep 17 00:00:00 2001 From: forgejo-backport-action Date: Thu, 2 Apr 2026 22:10:21 +0200 Subject: [PATCH] [v15.0/forgejo] enh: add suggestion to document reason for repository archival (#11950) **Backport:** https://codeberg.org/forgejo/forgejo/pulls/11375 Fixes #11370 ## Release notes - User Interface features - [PR](https://codeberg.org/forgejo/forgejo/pulls/11375): enh: add suggestion to document reason for repository archival Co-authored-by: Eloy Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11950 Reviewed-by: Beowulf Reviewed-by: Mathieu Fenniak Reviewed-by: Robert Wolff Co-authored-by: forgejo-backport-action Co-committed-by: forgejo-backport-action --- 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 6ec0ba978c..2df0b3a728 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2569,7 +2569,7 @@ settings.matrix.access_token_helper = It is recommended to setup a dedicated Mat settings.matrix.room_id_helper = The Room ID can be retrieved from the Element web client > Room Settings > Advanced > Internal room ID. Example: %s. settings.archive.button = Archive repo settings.archive.header = Archive this repo -settings.archive.text = Archiving the repo will make it entirely read-only. It will be hidden from the dashboard. Nobody (not even you!) will be able to make new commits, or open any issues or pull requests. +settings.archive.text = Archiving the repo will make it entirely read-only. It will be hidden from the dashboard. Nobody (not even you!) will be able to make new commits, or open any issues or pull requests. Documenting the archival reason is recommended to guide future developers who plan to fork the repository. settings.archive.success = The repo was successfully archived. settings.archive.error = An error occurred while trying to archive the repo. See the log for more details. settings.archive.error_ismirror = You cannot archive a mirrored repo.