Skip to content

Commit

Permalink
fix(colors): fix color role assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
anna328p committed Dec 26, 2023
1 parent f4ccc7d commit e28229a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/colors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def self.assign_color_role(member, new_role)
embed t('colors.assign-role.already-have')
else
member.modify_roles(new_role, all_roles, 'Change color')
embed t('colors.assign-role.success', role.name)
embed t('colors.assign-role.success', new_role.name)
end
end

Expand Down

0 comments on commit e28229a

Please sign in to comment.