[enh] Add explicit warning message about community list status.

This commit is contained in:
opi 2017-05-15 12:58:57 +02:00
parent a79f71ccce
commit 25f2913c74
2 changed files with 4 additions and 0 deletions

View file

@ -340,6 +340,7 @@
"appslists_community_list" : "Community applications list", "appslists_community_list" : "Community applications list",
"name" : "Name", "name" : "Name",
"install_community_appslists_info" : "Community applications list allows you to install community maintained applications.<br />See the full list on <a href='https://yunohost.org/apps_in_progress'>yunohost.org/apps_in_progress</a>.", "install_community_appslists_info" : "Community applications list allows you to install community maintained applications.<br />See the full list on <a href='https://yunohost.org/apps_in_progress'>yunohost.org/apps_in_progress</a>.",
"install_community_appslists_warning" : "Note that these applications packages are <strong>not</strong> offical and not maintained by the YunoHost team.<br />Installing these applications is at your own risks.",
"install_custom_app_appslists_info" : "Note that you can use alternative applications lists to install some other apps maintained by the YunoHost community." "install_custom_app_appslists_info" : "Note that you can use alternative applications lists to install some other apps maintained by the YunoHost community."
} }

View file

@ -35,6 +35,9 @@
<div class="form-group"> <div class="form-group">
<div class="col-md-10 col-sm-12"> <div class="col-md-10 col-sm-12">
<p>{{t 'install_community_appslists_info'}}</p> <p>{{t 'install_community_appslists_info'}}</p>
<p class="alert alert-warning">
<span class="fa-warning"></span> {{t 'install_community_appslists_warning'}}
</p>
<input type="submit" class="btn btn-success slide" value="{{t 'add'}}"> <input type="submit" class="btn btn-success slide" value="{{t 'add'}}">
</div> </div>
</div> </div>