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.",