From ebce25371af63a2777fabf082aedaa8ad38d5fed Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 23 Oct 2018 18:51:09 +0000 Subject: [PATCH] Display 'community' before state --- src/views/app/app_list_install.ms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/app/app_list_install.ms b/src/views/app/app_list_install.ms index 21f6ae23..cded477d 100644 --- a/src/views/app/app_list_install.ms +++ b/src/views/app/app_list_install.ms @@ -38,8 +38,8 @@

{{name}}

- {{t state}} {{#isCommunity}} {{t 'community'}}{{/isCommunity}} + {{t state}} {{t 'level'}} {{levelFormatted}} {{#displayLicense}}{{license}}{{/displayLicense}}