mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
updated text copy -- closed #933
This commit is contained in:
@@ -375,7 +375,7 @@ define(['uploader'], function(uploader) {
|
|||||||
memberList.append(liEl);
|
memberList.append(liEl);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
liEl = $('<li/>').addClass('empty').html('All users can read and post, and reply to topics in this category');
|
liEl = $('<li/>').addClass('empty').html('None.');
|
||||||
memberList.append(liEl);
|
memberList.append(liEl);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user