updated text copy -- closed #933

v1.18.x
Julian Lam 11 years ago
parent 87f4566e06
commit 5b3318608e

@ -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);
}
});

Loading…
Cancel
Save