mirror of
https://github.com/flarum/core.git
synced 2025-07-11 11:56:23 +02:00
Clean up translation keys (#964)
- Corrects the suffix on a key in the Change Email modal. - Extracts the title of the Edit User modal.
This commit is contained in:
@ -29,7 +29,7 @@ export default class EditUserModal extends Modal {
|
||||
}
|
||||
|
||||
title() {
|
||||
return 'Edit User';
|
||||
return app.translator.trans('core.forum.edit_user.title');
|
||||
}
|
||||
|
||||
content() {
|
||||
|
Reference in New Issue
Block a user