mirror of
https://github.com/documize/community.git
synced 2025-08-04 21:15:24 +02:00
i18n admin strings
This commit is contained in:
parent
4ed2b3902c
commit
53297f7627
27 changed files with 99 additions and 58 deletions
|
@ -18,6 +18,7 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
orgService: service('organization'),
|
||||
appMeta: service(),
|
||||
session: service(),
|
||||
i18n: service(),
|
||||
|
||||
beforeModel() {
|
||||
if (!this.get("session.isAdmin")) {
|
||||
|
@ -34,6 +35,6 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
},
|
||||
|
||||
activate() {
|
||||
this.get('browser').setTitle('General Settings');
|
||||
this.get('browser').setTitle(this.i18n.localize('admin_general'));
|
||||
}
|
||||
});
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{layout/logo-heading
|
||||
title="General"
|
||||
desc="Options to help you customize Documize Community"
|
||||
title=(localize 'admin_general')
|
||||
desc=(localize 'admin_general_explain')
|
||||
icon=constants.Icon.Settings}}
|
||||
|
||||
{{customize/general-settings model=model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue