Skip to content

Commit

Permalink
Removed brackets when using t method
Browse files Browse the repository at this point in the history
  • Loading branch information
mischa78 committed Jun 19, 2011
1 parent 949e617 commit 0e76fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/_form.html.erb
Expand Up @@ -18,7 +18,7 @@
</p>
<% if current_user.member_of_admins? -%>
<p>
<%= t(:member_of_these_groups) %>:
<%= t :member_of_these_groups %>:
<span class="user_groups">
<% Group.all.each do |group| -%>
<% if @user.is_admin && group.admins_group? -%>
Expand Down

0 comments on commit 0e76fc4

Please sign in to comment.