summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrYummy <elemental428@gmail.com>2017-08-06 13:32:21 +0200
committerMrYummy <elemental428@gmail.com>2017-08-06 13:32:21 +0200
commitbd85a2c3ae8e7b58691c23439189d1d34d67fa7f (patch)
tree7d09fec079759bd17e347a03cf39c20d1e6b9c95
parent1ec464a4fce8db1e7f33706136639376f588632d (diff)
fixed spelling error
-rw-r--r--app/views/users/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index eb14575..3d9dcfe 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -16,7 +16,7 @@
<div class="clear"></div>
<% if @ban_json %>
- <span class="user-banned">This used is banned for "<%=@ban_json["reason"]%>"<%=" until #{@ban_json["expires"]}" unless @ban_json["expires"] == "forever"%></span>
+ <span class="user-banned">This user is banned for "<%=@ban_json["reason"]%>"<%=" until #{@ban_json["expires"]}" unless @ban_json["expires"] == "forever"%></span>
<% elsif @user.banned? %>
<span class="user-banned">This user is banned!</span>
<% end %>