Half-op section in user list is missing title

This commit is contained in:
William Jackson 2014-10-06 11:31:32 -05:00
parent 49a9a8adbd
commit 5cbbc7fbe7

View file

@ -700,6 +700,9 @@ button {
#chat .user-mode.op:before {
content: "Operators";
}
#chat .user-mode.half-op:before {
content: "Half-Operators";
}
#chat .user-mode.voice:before {
content: "Voiced";
}