Adjust two places

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-12-11 10:17:24 +01:00
parent a24a2ebad9
commit f7e2a2bd5d
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@
</form> </form>
{% else %} {% else %}
{% if borg_backup_host_location == '' and borg_restore_password == '' %} {% if borg_backup_host_location == '' and borg_restore_password == '' %}
Nextcloud AIO stands for Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.<br><br> The official Nextcloud installation method. Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.<br><br>
You can either create a new AIO instance or restore a former AIO instance from backup. See the two sections below.<br><br> You can either create a new AIO instance or restore a former AIO instance from backup. See the two sections below.<br><br>
{{ include('includes/aio-config.twig') }} {{ include('includes/aio-config.twig') }}
<h2>New AIO instance</h2> <h2>New AIO instance</h2>

View file

@ -5,7 +5,7 @@
<div class="login"> <div class="login">
<img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;"> <img src="/img/logo-blue.svg" style="margin-left: auto;margin-right: auto;display: block;">
<h1>Nextcloud AIO setup</h1> <h1>Nextcloud AIO setup</h1>
<p>The official Nextcloud installation method. Provides easy deployment and maintenance with most features included in this one Nextcloud instance.</p> <p>The official Nextcloud installation method. Nextcloud All-in-One provides easy deployment and maintenance with most features included in this one Nextcloud instance.</p>
<p>Please note down the password to access the AIO interface and don't lose it!</p> <p>Please note down the password to access the AIO interface and don't lose it!</p>
<strong>Password</strong><br/> <span class="monospace">{{ password }}</span><br> <strong>Password</strong><br/> <span class="monospace">{{ password }}</span><br>
<a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a> <a href="/" class="button" target="_blank" rel="noopener">Open Nextcloud AIO login ↗</a>