From 4277765b64a21bd3cdb977cb596e624cc7a87e6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 25 Apr 2025 12:17:26 -0400 Subject: [PATCH] fix: lang keys --- public/language/el/error.json | 2 -- public/language/en-GB/error.json | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/language/el/error.json b/public/language/el/error.json index 9043105827..bd0de100c1 100644 --- a/public/language/el/error.json +++ b/public/language/el/error.json @@ -154,8 +154,6 @@ "about-me-too-long": "Sorry, your about me cannot be longer than %1 character(s).", "cant-chat-with-yourself": "Δεν μπορείς να συνομιλήσεις με τον εαυτό σου!", "chat-restricted": "This user has restricted their chat messages. They must follow you before you can chat with them", - "chat-allow-list-user-already-added": "This user is already in your allow list", - "chat-deny-list-user-already-added": "This user is already in your deny list", "chat-user-blocked": "You have been blocked by this user.", "chat-disabled": "Chat system disabled", "too-many-messages": "You have sent too many messages, please wait awhile.", diff --git a/public/language/en-GB/error.json b/public/language/en-GB/error.json index a8f8bfe732..82a623ea32 100644 --- a/public/language/en-GB/error.json +++ b/public/language/en-GB/error.json @@ -179,6 +179,8 @@ "cant-chat-with-yourself": "You can't chat with yourself!", "chat-restricted": "This user has restricted their chat messages. They must follow you before you can chat with them", + "chat-allow-list-user-already-added": "This user is already in your allow list", + "chat-deny-list-user-already-added": "This user is already in your deny list", "chat-user-blocked": "You have been blocked by this user.", "chat-disabled": "Chat system disabled", "too-many-messages": "You have sent too many messages, please wait awhile.",