mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] same
This commit is contained in:
parent
dd8be0cb9b
commit
c2142beaa1
1 changed files with 1 additions and 1 deletions
2
apps.md
2
apps.md
|
@ -71,7 +71,7 @@ $(document).ready(function () {
|
|||
.replace('{app_description}', infos.manifest.description.en)
|
||||
.replace(/{app_git}/g, infos.git.url)
|
||||
.replace('{app_branch}', infos.git.branch)
|
||||
.replace('{app_level}', infos.git.level)
|
||||
.replace('{app_level}', infos.level)
|
||||
.replace('{app_update}', timeConverter(infos.lastUpdate));
|
||||
|
||||
if (infos.manifest.developer) {
|
||||
|
|
Loading…
Add table
Reference in a new issue