Skip to content

Commit 774f9db

Browse files
authored
Merge pull request #302 from coopdevs/fix-translation
Fix translations not being picked up
2 parents 38555d7 + d4d0a5c commit 774f9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/users/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<%= User.human_attribute_name(:alt_phone) %>
4444
</th>
4545
<th>
46-
<%= sort_link @search, 'accounts_balance', User.human_attribute_name(:balance) %>
46+
<%= sort_link @search, 'accounts_balance', Account.human_attribute_name(:balance) %>
4747
</th>
4848
<% if current_user.manages? current_organization %>
4949
<th>

0 commit comments

Comments
 (0)