diff --git a/tickets/commands/admin.py b/tickets/commands/admin.py index 44ddcfbb..b1949d96 100644 --- a/tickets/commands/admin.py +++ b/tickets/commands/admin.py @@ -143,7 +143,7 @@ async def category( if not category.permissions_for(ctx.me).manage_channels: return await ctx.send(_("I need the `manage channels` permission to set this category")) if not category.permissions_for(ctx.me).manage_permissions: - return await ctx.send(_("I need `manage roles` enabled in this category")) + return await ctx.send(_("I need the `manage permissions` permission to set this category")) if not category.permissions_for(ctx.me).attach_files: return await ctx.send(_("I need the `attach files` permission to set this category")) if not category.permissions_for(ctx.me).view_channel: