From 012d702b5c957bb11464f93fe218895c0d15b06b Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sun, 12 May 2024 21:04:12 -0400 Subject: [PATCH] Add a space to a message "Goto" exists in some programming languages, but in usual English, it's written with a space. --- 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 aed517fe..d7c1f296 100644 --- a/app/src/html/i18n/en.json +++ b/app/src/html/i18n/en.json @@ -747,7 +747,7 @@ "runpages": "Bot runpages", "enabled": "Enabled", "disabled": "Disabled", - "gotorunpage": "Goto runpage", + "gotorunpage": "Go to runpage", "runpagedisabled": "Run page is disabled", "enable": "Enable", "disable": "Disable",