Removed ambiguity in clubban and clubunban error messages

This commit is contained in:
Kwoth
2022-10-11 18:21:45 +02:00
parent 71a3539d0e
commit eb01bb6c08
4 changed files with 49 additions and 17 deletions

View File

@@ -854,9 +854,11 @@
"club_user_not_in_club": "{0} is not in a club.",
"club_user_kick_fail": "Error kicking. You're either not the club owner, or that user is not in your club.",
"club_user_banned": "Banned user {0} from {1} club.",
"club_user_ban_fail": "Failed to ban. You're either not the club owner, or that user is not in your club or applied to it.",
"club_admin_perms": "You must be a club admin or owner in order to perform this action.",
"club_ban_fail_user_not_found": "That user is not in your club or applied to it.",
"club_ban_fail_unbannable": "Only the club owner can ban club admins.",
"club_user_unbanned": "Unbanned user {0} in {1} club.",
"club_user_unban_fail": "Failed to unban. You're either not the club owner, or that user is not in your club or applied to it.",
"club_unban_fail_user_not_found": "That user is not banned in this club.",
"club_desc_update": "Club Description Updated",
"club_desc_update_failed": "Failed changing club description.",
"club_disbanded": "Club {0} has been disbanded",