From c2142beaa125ee4f9769ca435eb0d370a24fef30 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 31 Jan 2017 10:17:29 +0100 Subject: [PATCH] [fix] same --- apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.md b/apps.md index 1f5f133c..44ca4039 100644 --- a/apps.md +++ b/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) {