mirror of
https://github.com/flarum/core.git
synced 2025-07-09 11:03:06 +02:00
Extract admin strings
Adds app.trans calls for strings used by the admin UI. - Strings for AddExtensionModal.js not included. - Corresponding YAML will be sent later w/ more extracted strings.
This commit is contained in:
@ -10,7 +10,7 @@ export default class LoadingModal extends Modal {
|
||||
}
|
||||
|
||||
title() {
|
||||
return 'Please Wait...';
|
||||
return app.trans('core.admin.extensions_loading_title');
|
||||
}
|
||||
|
||||
content() {
|
||||
|
Reference in New Issue
Block a user