chore: Fix typo in the AlreadyOnTheBlacklist
error name
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
parent
1857365aac
commit
727b985847
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ ws_errors! {
|
||||||
UserNotFound = "The user is not registered in the server",
|
UserNotFound = "The user is not registered in the server",
|
||||||
AlreadyOnTheWhitelist = "The user is already on your whitelist",
|
AlreadyOnTheWhitelist = "The user is already on your whitelist",
|
||||||
CannotAddSelfToWhitelist = "You cannot add yourself to the whitelist",
|
CannotAddSelfToWhitelist = "You cannot add yourself to the whitelist",
|
||||||
AlreadyOnTheblacklist = "The user is already on your blacklist",
|
AlreadyOnTheBlacklist = "The user is already on your blacklist",
|
||||||
CannotAddSelfToBlacklist = "You cannot add yourself to the blacklist",
|
CannotAddSelfToBlacklist = "You cannot add yourself to the blacklist",
|
||||||
AlreadySendChatRequest = "You have already sent a chat request to this user",
|
AlreadySendChatRequest = "You have already sent a chat request to this user",
|
||||||
CannotSendChatRequestToSelf = "You cannot send a chat request to yourself",
|
CannotSendChatRequestToSelf = "You cannot send a chat request to yourself",
|
||||||
|
|
Loading…
Reference in a new issue