From dd8be0cb9b458033c10fc92844dbac86a7ef2bca Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 31 Jan 2017 10:17:11 +0100 Subject: [PATCH] [fix] level information isn't located here in the produced json --- apps_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps_fr.md b/apps_fr.md index afb57fdf..bf4c2e4e 100644 --- a/apps_fr.md +++ b/apps_fr.md @@ -74,7 +74,7 @@ $(document).ready(function () { .replace('{app_description}', infos.manifest.description.fr) .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) {