aio-interface: update wording for entering the domain

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-01-21 14:49:56 +01:00
parent 35ff787d77
commit 03b846b3f4

View file

@ -101,7 +101,7 @@
{% else %} {% else %}
<p>AIO is currently in "reverse proxy mode" which means that it can be installed behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else) and does not do the TLS proxying itself.</p> <p>AIO is currently in "reverse proxy mode" which means that it can be installed behind a web server or reverse proxy (like Apache, Nginx, Caddy, Cloudflare Tunnel and else) and does not do the TLS proxying itself.</p>
{% endif %} {% endif %}
<p>Please type the domain that will be used for Nextcloud below in order to create a new AIO instance.</p> <p>Please type the domain that will be used for Nextcloud.</p>
{% if skip_domain_validation == true %} {% if skip_domain_validation == true %}
<p><strong>Please note:</strong> The domain validation is disabled so any domain will be accepted here! Make sure you do not make a typo here as you will not be able to change it afterwards!</p> <p><strong>Please note:</strong> The domain validation is disabled so any domain will be accepted here! Make sure you do not make a typo here as you will not be able to change it afterwards!</p>
{% endif %} {% endif %}