From 6a554174361a0a5a9a9b38ccb29b7d851969edd6 Mon Sep 17 00:00:00 2001 From: James Hare Date: Thu, 28 Sep 2023 06:15:26 -0700 Subject: [PATCH] Adding "archive copy" message --- app/src/html/i18n/en.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/html/i18n/en.json b/app/src/html/i18n/en.json index 0f90c4b1..131488d1 100644 --- a/app/src/html/i18n/en.json +++ b/app/src/html/i18n/en.json @@ -816,5 +816,6 @@ "do_not_use_this_talk_page": "Do not post to this talk page. This talk page is not actively monitored. Please instead post to [[:m:User talk:InternetArchiveBot]]. We will respond there.", "tag_only": "Only tag dead links, do not add archives", "non-criticaldbfailure": "A non-critical DB has returned an error. This may have minor impacts on reliability.
Error {{errno}}: {{errormessage}}", - "dbqueryerror": "Error executing query: {{sqlquery}}
Error {{errno}}: {{errormessage}}" + "dbqueryerror": "Error executing query: {{sqlquery}}
Error {{errno}}: {{errormessage}}", + "archivecopy": "Archive copy" }