mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 18:12:59 +08:00
Merge pull request #4 from dcsjapan/badge-key-rename
Rename the key for the "Locked" badge tooltip
This commit is contained in:
commit
7fa9831dd2
|
@ -7,7 +7,7 @@ export default function addLockBadge() {
|
|||
if (this.isLocked()) {
|
||||
badges.add('locked', Badge.component({
|
||||
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'
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user