mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +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()) {
|
||||
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'
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user