mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Missing translation of level
This commit is contained in:
parent
130fa487bb
commit
5d2f28aea2
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue