From 19d6c67cd0409f387d71acc1165fd54a490d1f6d Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 26 Feb 2024 00:07:50 -0500 Subject: [PATCH] Add a missing comma after "Sorry" in messages --- app/src/html/i18n/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/html/i18n/en.json b/app/src/html/i18n/en.json index ff37342e..72f5b726 100644 --- a/app/src/html/i18n/en.json +++ b/app/src/html/i18n/en.json @@ -430,7 +430,7 @@ "missingpagelistsource": "Unable to load a list of pages from the requested source. Have you searched for the source first?", "botdatacorrupted": "The bot data needed to complete the job is corrupted, missing, or unreadable.", "botqueuesuccess": "Successfully queued the bot.", - "botqueuerateexceeded": "Sorry you are limited to only 5 active bot job submissions at a time. Please wait until one of them finishes.", + "botqueuerateexceeded": "Sorry, you are limited to only 5 active bot job submissions at a time. Please wait until one of them finishes.", "bqsubmiterror": "Submit error", "bqstatus": "Current run status", "jobview": "View job data", @@ -541,7 +541,7 @@ "archiveall": "Add archives to all non-dead references", "pagetitle": "Page title", "botsubmitdisabled": "Bot queue disabled", - "botsubmitdisabledmessage": "Sorry but access to the bot queue for this wiki is disabled. Please use the Single Page Analysis tool instead.", + "botsubmitdisabledmessage": "Sorry, but access to the bot queue for this wiki is disabled. Please use the Single Page Analysis tool instead.", "optional": "Optional", "accessoverride": "Bypass interface lockout", "unknownuser": "Anonymous/unknown user",