mirror of
https://github.com/flarum/framework.git
synced 2024-12-03 15:43:59 +08:00
Make Add Extension modal's title translatable
This commit is contained in:
parent
27b9c169fa
commit
e5dd75db94
|
@ -15,7 +15,7 @@ export default class AddExtensionModal extends Modal {
|
||||||
}
|
}
|
||||||
|
|
||||||
title() {
|
title() {
|
||||||
return 'Add Extension';
|
return app.translator.trans('core.admin.add_extension.title');
|
||||||
}
|
}
|
||||||
|
|
||||||
content() {
|
content() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user