appv2: re-add install time info in the about section

This commit is contained in:
Alexandre Aubin 2022-12-07 21:20:08 +01:00
parent 2e9069c904
commit 20e8a6920b

View file

@ -185,6 +185,7 @@
<vue-showdown :markdown="doc.about.description" flavor="github" />
<p>
{{ $t('install_time') }} : {{ doc.about.install_time }}<br/>
{{ $t('app.install.license', { license: doc.about.license }) }}
</p>
</section>