mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 09:55:47 +01:00
updated text copy -- closed #933
This commit is contained in:
@@ -375,7 +375,7 @@ define(['uploader'], function(uploader) {
|
||||
memberList.append(liEl);
|
||||
}
|
||||
} 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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user