From 80820ade98117681b0ba18b46943d36e36f9f591 Mon Sep 17 00:00:00 2001 From: Kalista Payne Date: Thu, 16 Jan 2025 16:39:15 -0600 Subject: [PATCH] fix(chat): correct grammar in error --- website/common/locales/en/generic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/locales/en/generic.json b/website/common/locales/en/generic.json index fb7a18a92ef..0f05f492881 100644 --- a/website/common/locales/en/generic.json +++ b/website/common/locales/en/generic.json @@ -240,6 +240,6 @@ "whyReportingPlayer": "Why are you reporting this player?", "whyReportingPlayerPlaceholder": "Reason for report", "playerReportModalBody": "You should only report a player who violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Submitting a false report is a violation of Habitica’s Community Guidelines.", - "targetUserNotExist": "Target User: '<%= userName %>' not exists.", + "targetUserNotExist": "Target User: '<%= userName %>' does not exist.", "rememberToBeKind": "Please remember to be kind, respectful, and follow the Community Guidelines." }