[enh] Add more fear.

This commit is contained in:
opi 2017-05-15 13:05:06 +02:00
parent 25f2913c74
commit be9eeaca83
2 changed files with 2 additions and 2 deletions

View file

@ -340,7 +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_community_appslists_warning" : "Note that these applications packages are <strong>not</strong> official and not maintained by the YunoHost team.<br />Installing these applications is at your own risk and could break your system.",
"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,7 +35,7 @@
<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"> <p class="alert alert-danger">
<span class="fa-warning"></span> {{t 'install_community_appslists_warning'}} <span class="fa-warning"></span> {{t 'install_community_appslists_warning'}}
</p> </p>
<input type="submit" class="btn btn-success slide" value="{{t 'add'}}"> <input type="submit" class="btn btn-success slide" value="{{t 'add'}}">