diff --git a/app/views/users/list.html.erb b/app/views/users/list.html.erb
index 5c7846a527..fa1cf1a649 100644
--- a/app/views/users/list.html.erb
+++ b/app/views/users/list.html.erb
@@ -51,7 +51,7 @@
See Full Profile
<% if current_user && (current_user.role == "admin" || current_user.role == "moderator") %>
<% if user.status == 0 %>
- <%= t('users.list.banned') %>
+ <%= translation('users.list.banned') %>
<% elsif user.status == 1 && user != current_user %>
<%= translation('users.list.ban') %>
<% end %>