From 46932c6d7588f8100013b78bdce74b4d2a913f50 Mon Sep 17 00:00:00 2001 From: Nazar Gargol Date: Wed, 16 Sep 2020 15:46:22 +1200 Subject: [PATCH] Removed unused messages from i18n file no issue - These messages are never used throughout the system. Removed to keep things tidy. --- core/server/translations/en.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/server/translations/en.json b/core/server/translations/en.json index 5d5ce8200b..705a0387e6 100644 --- a/core/server/translations/en.json +++ b/core/server/translations/en.json @@ -316,11 +316,7 @@ "setupAlreadyCompleted": "Setup has already been completed.", "unableToSendWelcomeEmail": "Unable to send welcome email, your site will continue to function.", "checkEmailConfigInstructions": "Please see {url} for instructions on configuring email.", - "notLoggedIn": "You are not logged in.", - "notTheBlogOwner": "You are not the site owner.", - "invalidTokenTypeHint": "Invalid token_type_hint given.", - "invalidTokenProvided": "Invalid token provided", - "tokenRevocationFailed": "Token revocation failed" + "notTheBlogOwner": "You are not the site owner." }, "configuration": { "invalidKey": "Invalid key"