fixed spelling error

This commit is contained in:
MrYummy
2017-08-06 13:32:21 +02:00
parent 1ec464a4fc
commit bd85a2c3ae

View File

@@ -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 %>