mirror of
https://github.com/documize/community.git
synced 2025-08-05 05:25:27 +02:00
i18n page strings
This commit is contained in:
parent
4ab48cc67d
commit
59dc6ea991
29 changed files with 125 additions and 107 deletions
|
@ -37,6 +37,6 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
},
|
||||
|
||||
activate() {
|
||||
this.get('browser').setTitleWithoutSuffix('Welcome to Documize');
|
||||
this.get('browser').setTitleWithoutSuffix('Documize Community');
|
||||
}
|
||||
});
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<Layout::Grid::Sidebar>
|
||||
<div class="sidebar-content">
|
||||
<div class="section">
|
||||
<div class="title">welcome to documize</div>
|
||||
<p>Let's set up your account and get you started</p>
|
||||
<div class="title">{{localize 'welcome'}}</div>
|
||||
<p>{{localize 'welcome_explain'}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</Layout::Grid::Sidebar>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue