Skip to content

Commit

Permalink
Forgot a "(" in user description (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjasghar committed Feb 27, 2024
1 parent d9aba71 commit bfaacba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/users_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def user_karma(user)
if user.is_admin?
"(administrator)"
elsif user.is_moderator?
"(moderator"
"(moderator)"
else
"(#{user.karma})"
end
Expand Down

0 comments on commit bfaacba

Please sign in to comment.