mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
Merge pull request #601 from dcsjapan/badge-key-rename
Rename the key for the "Hidden" badge tooltip
This commit is contained in:
@@ -86,7 +86,7 @@ Object.assign(Discussion.prototype, {
|
||||
const items = new ItemList();
|
||||
|
||||
if (this.isHidden()) {
|
||||
items.add('hidden', <Badge type="hidden" icon="trash" label={app.translator.trans('core.lib.badge.hidden_discussion_tooltip')}/>);
|
||||
items.add('hidden', <Badge type="hidden" icon="trash" label={app.translator.trans('core.lib.badge.hidden_tooltip')}/>);
|
||||
}
|
||||
|
||||
return items;
|
||||
|
Reference in New Issue
Block a user