Describe locked users in user popup

This commit is contained in:
Guangcong Luo 2013-05-11 23:08:32 -07:00
parent 553010edfa
commit a6e27ea8f2

View File

@ -1420,6 +1420,7 @@
'@': "Moderator (@)",
'%': "Driver (%)",
'+': "Voiced (+)",
'#': "<span style='color:#777777'>Locked (#)</span>",
'!': "<span style='color:#777777'>Muted (!)</span>"
};
var group = (groupDetails[name.substr(0, 1)] || '');