[fix] Missing translation of level

This commit is contained in:
ljf (zamentur) 2017-01-14 00:12:04 +01:00 committed by GitHub
parent 130fa487bb
commit 5d2f28aea2

View file

@ -17,7 +17,7 @@
<a href="#/apps/install/{{id}}" class="list-group-item slide" title="{{t 'install'}}">
<span class="fa-chevron-right pull-right"></span>
<h2 class="list-group-item-heading">
{{name}} <small>{{id}} (Level {{level}})</small>
{{name}} <small>{{id}} ({{t 'level'}} {{level}})</small>
{{#installed}}<span class="badge badge-success" title="{{t 'status'}}">{{t 'installed'}}</span>{{/installed}}
</h2>
<p class="list-group-item-text">{{description}}</p>