mirror of
https://github.com/flarum/core.git
synced 2025-10-11 06:54:26 +02:00
Make front-end localizable
This commit is contained in:
@@ -6,6 +6,6 @@ import Activity from 'flarum/components/Activity';
|
||||
*/
|
||||
export default class JoinedActivity extends Activity {
|
||||
description() {
|
||||
return 'Joined the forum';
|
||||
return app.trans('core.joined_the_forum');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user