mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Merge pull request #4 from dcsjapan/badge-key-rename
Rename the key for the "Locked" badge tooltip
This commit is contained in:
@@ -7,7 +7,7 @@ export default function addLockBadge() {
|
|||||||
if (this.isLocked()) {
|
if (this.isLocked()) {
|
||||||
badges.add('locked', Badge.component({
|
badges.add('locked', Badge.component({
|
||||||
type: 'locked',
|
type: 'locked',
|
||||||
label: app.translator.trans('flarum-lock.forum.badge.locked_discussion_tooltip'),
|
label: app.translator.trans('flarum-lock.forum.badge.locked_tooltip'),
|
||||||
icon: 'lock'
|
icon: 'lock'
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user