1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 12:05:23 +02:00

i18n strings

This commit is contained in:
McMatts 2022-03-04 13:28:36 -05:00
parent 59dc6ea991
commit 38c9a94a9c
7 changed files with 45 additions and 28 deletions

View file

@ -5,12 +5,10 @@
<Layout::Grid::Sidebar>
<div class="sidebar-content">
<div class="section">
<div class="title">PROFILE</div>
<div class="title">{{localize 'profile'}}</div>
<div class="text">{{localize 'profile_explain'}}</div>
<div class="text">
Set your personal information or reset your password.
</div>
<div class="text">
Have a product idea, suggestion or some feedback? <a href="mailto:support@documize.com">Get in touch.</a>
{{localize 'product_feedback'}} <a href="mailto:support@documize.com">{{localize 'get_in_touch'}}</a>
</div>
</div>
</div>
@ -18,7 +16,7 @@
<Layout::Grid::Content>
{{layout/logo-heading
title=session.user.fullname
desc="Manage your profile and password"
desc=(localize 'profile_explain')
icon=constants.Icon.Person}}
{{user/user-profile model=model save=(action "save")}}