mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 07:09:57 +08:00
Remove unused translations
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
* @return {Object}
|
||||
*/
|
||||
export default function username(user) {
|
||||
const name = (user && user.username()) || '[deleted]';
|
||||
const name = (user && user.username()) || app.trans('deleted');
|
||||
|
||||
return <span className="username">{name}</span>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user