Merge pull request #5927 from nextcloud/enh/5925/improve-wording

aio-interface: update wording for entering the domain
This commit is contained in:
Simon L. 2025-01-22 11:44:29 +01:00 committed by GitHub
commit 6333b59d2d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 %}