mirror of https://github.com/zulip/zulip.git
Remove extra space in presence descriptions
(imported from commit 46d47cc71a72aad4f8c7447451982cfeb10cc54e)
This commit is contained in:
parent
0bb304a516
commit
c3fc279423
|
@ -1351,9 +1351,9 @@ $(function () {
|
|||
});
|
||||
|
||||
var presence_descriptions = {
|
||||
active: ' is active',
|
||||
away: ' was recently active',
|
||||
idle: ' is not active'
|
||||
active: 'is active',
|
||||
away: 'was recently active',
|
||||
idle: 'is not active'
|
||||
};
|
||||
|
||||
exports.set_presence_list = function (users, presence_info) {
|
||||
|
|
Loading…
Reference in New Issue