1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Fix leftovers from sticky

This commit is contained in:
Toby Zerner
2015-07-28 16:14:24 +09:30
parent f6c0f22db0
commit bdcaecd856
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ addLockControl();
extend(NotificationGrid.prototype, 'notificationTypes', function(items) {
items.add('discussionLocked', {
name: 'discussionLocked',
icon: 'thumb-tack',
icon: 'lock',
label: app.trans('lock.notify_discussion_locked')
});
});