From ffa479f9ba4bfbaaf2685e214115f8eb2b993389 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 26 Feb 2024 00:06:11 -0500 Subject: [PATCH] Add a missing preposition to a message --- app/src/html/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/html/i18n/en.json b/app/src/html/i18n/en.json index ff37342e..cdedb0df 100644 --- a/app/src/html/i18n/en.json +++ b/app/src/html/i18n/en.json @@ -288,7 +288,7 @@ "missingarchive": "Add archive here", "overridearchivevalidationtext": "Override archive validation checks", "urldataerror": "URL data error", - "urlpaywallillegal": "You are attempting modify the live state set at the domain level.", + "urlpaywallillegal": "You are attempting to modify the live state set at the domain level.", "illegallivestate": "You are attempting to set the live state to an illegal value.", "urlmismatch": "The archive snapshot you are trying to add doesn't match the original URL.", "invalidarchive": "The archive URL given is not a valid archive.",