1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

i18n admin sections

This commit is contained in:
McMatts 2022-03-02 19:55:52 -05:00
parent a7dac6911c
commit 479d03ba70
9 changed files with 131 additions and 78 deletions

View file

@ -1,10 +1,8 @@
<div class="product-update">
<div class="update-status">
{{#if appMeta.updateAvailable }}
<a class="title" href="https://www.documize.com/community/downloads">Product update is available :)</a>
<p class="instructions">
To upgrade, replace existing binary and restart Documize Community.
</p>
<a class="title" href="https://www.documize.com/community">{{localize 'changelog_available'}}</a>
<p class="instructions">{{localize 'changelog_guidance'}}</p>
<Ui::UiSpacer @size="400" />
{{/if}}
</div>