mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Use i18n label on app install.
This commit is contained in:
parent
1734a6385f
commit
038643392a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
{{#manifest.arguments.install}}
|
||||
<div class="form-group">
|
||||
<label for="{{name}}" class="col-sm-12">{{ask.en}}</label>
|
||||
<label for="{{name}}" class="col-sm-12">{{label}}</label>
|
||||
<div class="col-sm-12">
|
||||
{{#if allowedValues}}
|
||||
<select id="{{name}}" name="{{name}}" required placeholder="{{example}}" class="form-control" {{#if multipleValues}}multiple{{/if}}>
|
||||
|
|
Loading…
Reference in a new issue