Increase spookiness of warning when installing from curstom url

This commit is contained in:
Alexandre Aubin 2018-12-11 15:32:13 +00:00
parent c64d8ec7ac
commit b329e8d39a

View file

@ -75,7 +75,7 @@
"confirm_delete": "Are you sure you want to delete %s ?",
"confirm_firewall_open": "Are you sure you want to open port %s? (protocol: %s, connection: %s)",
"confirm_firewall_close": "Are you sure you want to close port %s? (protocol: %s, connection: %s)",
"confirm_install_custom_app": "Installing 3rd party applications may compromise the security of your system. Use at your own risk.",
"confirm_install_custom_app": "WARNING ! Installing 3rd party applications may compromise the integrity and security of your system. You should probably NOT install it unless you know what you are doing. Are you willing to take that risk ?",
"confirm_install_domain_root": "You will not be able to install any other app on %s. Continue ?",
"confirm_install_app_warning": "Warning : this application may work but is not well-integrated in YunoHost. Some features such as single sign-on and backup/restore might not be available.",
"confirm_install_app_danger": "WARNING ! This application is still experimental and is likely to break your system ! You should probably NOT install it unless you know what you are doing. Are you willing to take that risk ?",