Minor text fix in Mutes cog (#4853)

This commit is contained in:
jack1142 2021-02-26 18:32:11 +01:00 committed by GitHub
parent dfe84f9936
commit 7d42c4c6c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ MUTE_UNMUTE_ISSUES = {
"assigned_role_hierarchy_problem": _( "assigned_role_hierarchy_problem": _(
"I cannot let you do that. You are not higher than the mute role in the role hierarchy." "I cannot let you do that. You are not higher than the mute role in the role hierarchy."
), ),
"is_admin": _("That user cannot be muted, as they have the Administrator permission."), "is_admin": _("That user cannot be (un)muted, as they have the Administrator permission."),
"permissions_issue_role": _( "permissions_issue_role": _(
"Failed to mute or unmute user. I need the Manage Roles " "Failed to mute or unmute user. I need the Manage Roles "
"permission and the user I'm muting must be " "permission and the user I'm muting must be "