mirror of
https://github.com/flarum/framework.git
synced 2025-06-22 18:41:30 +08:00
Update for composer branch
This commit is contained in:
@ -101,7 +101,7 @@ export default function() {
|
||||
const detail = flag.reasonDetail();
|
||||
|
||||
return [
|
||||
app.trans(reason ? 'flags.flagged_by_with_reason' : 'flags.flagged_by', {user, reason}),
|
||||
app.trans(reason ? 'flarum-flags.forum.flagged_by_with_reason' : 'flarum-flags.forum.flagged_by', {user, reason}),
|
||||
detail ? <span className="Post-flagged-detail">{detail}</span> : ''
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user