From 4862342476a78ea809168d36f9a25b140b6adfdc Mon Sep 17 00:00:00 2001 From: Ben Iofel <1713819+benwaffle@users.noreply.github.com> Date: Wed, 23 Apr 2025 00:59:02 -0400 Subject: [PATCH] Fix typo Signed-off-by: Ben Iofel <1713819+benwaffle@users.noreply.github.com> --- php/templates/includes/aio-config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/includes/aio-config.twig b/php/templates/includes/aio-config.twig index 981d7997..fbb70230 100644 --- a/php/templates/includes/aio-config.twig +++ b/php/templates/includes/aio-config.twig @@ -16,7 +16,7 @@
{% if nextcloud_mount == '' %} - The Nextcloud container is confied and local external storage in Nextcloud is disabled. + The Nextcloud container is confined and local external storage in Nextcloud is disabled. {% else %} The Nextcloud container is getting access to the {{ nextcloud_mount }} directory and local external storage in Nextcloud is enabled. {% endif %}