mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
appv2: re-add install time info in the about section
This commit is contained in:
parent
2e9069c904
commit
20e8a6920b
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue