From 24b7b616d5fba1a34bce6706d33a427b613e0981 Mon Sep 17 00:00:00 2001 From: ten0hira <85587841+ten0hira@users.noreply.github.com> Date: Thu, 14 Sep 2023 01:26:31 +0300 Subject: [PATCH] Typo fix aio-config.twig Signed-off-by: ten0hira <85587841+ten0hira@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 f5dd2793..cf4fbb49 100644 --- a/php/templates/includes/aio-config.twig +++ b/php/templates/includes/aio-config.twig @@ -1,7 +1,7 @@
Click here to view the current AIO config and documentation links
{% if was_start_button_clicked == true %} - Nextclouds config.php file is stored in the nextcloud_aio_nextcloud Docker volume and can by edited by following the config.php documentation.

+ Nextclouds config.php file is stored in the nextcloud_aio_nextcloud Docker volume and can be edited by following the config.php documentation.

You can run Nextcloud's usual occ commands by following the occ documentation.

{% endif %}