From 224cb0790728389df6e8ce8393cbfdb7f459c59e Mon Sep 17 00:00:00 2001 From: aec Date: Sat, 26 Apr 2025 15:39:25 +0000 Subject: [PATCH] i18n(en): fix typo in archive notice (#7667) Fixed minor typo in the archive notice. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7667 Reviewed-by: 0ko <0ko@noreply.codeberg.org> Co-authored-by: aec Co-committed-by: aec --- options/locale/locale_en-US.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 03420dbb53..856e070efb 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1215,8 +1215,8 @@ template.issue_labels = Issue labels template.one_item = Must select at least one template item template.invalid = Must select a template repository -archive.title = This repository is archived. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments. -archive.title_date = This repository has been archived on %s. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments. +archive.title = This repository is archived. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments. +archive.title_date = This repository has been archived on %s. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments. archive.nocomment = Commenting is not possible because the repository is archived. archive.pull.noreview = This repository is archived. You cannot review pull requests.