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:
@@ -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')
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user