From 9f2aba6989afa4e6a44d5aaf4c7912fc5c3fb122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 8 Nov 2014 14:36:28 +0100 Subject: [PATCH] [fix] Show default app description in apps list (fix #79) --- views/app/app_list.ms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/app/app_list.ms b/views/app/app_list.ms index f165db4d..b54fb3d7 100644 --- a/views/app/app_list.ms +++ b/views/app/app_list.ms @@ -32,7 +32,7 @@

{{name}} {{id}}

-

{{description.en}}

+

{{description}}

{{/apps}}