From f7e2a2bd5d3b32c257e133eeddf449170781b4c9 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 11 Dec 2023 10:17:24 +0100 Subject: [PATCH] Adjust two places Signed-off-by: Simon L --- php/templates/containers.twig | 2 +- php/templates/setup.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 76fde77f..145d8d60 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -86,7 +86,7 @@ {% else %} {% 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.

+ The official Nextcloud installation method. Nextcloud All-in-One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

You can either create a new AIO instance or restore a former AIO instance from backup. See the two sections below.

{{ include('includes/aio-config.twig') }}

New AIO instance

diff --git a/php/templates/setup.twig b/php/templates/setup.twig index 30dcca62..7783830c 100644 --- a/php/templates/setup.twig +++ b/php/templates/setup.twig @@ -5,7 +5,7 @@