1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

i18n mail template strings

This commit is contained in:
Harvey Kandola 2022-03-17 13:03:04 -04:00
parent 7255eb4f56
commit 17162ce336
16 changed files with 62 additions and 231 deletions

View file

@ -44,7 +44,7 @@ export default Route.extend({
activate() {
$('body').addClass('background-color-theme-100');
document.title = this.i18n.localize('setup_title');
document.title = "Documize Community Setup";
},
deactivate() {