[fix] same

This commit is contained in:
Laurent Peuch 2017-01-31 10:17:29 +01:00 committed by GitHub
parent dd8be0cb9b
commit c2142beaa1

View file

@ -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) {