From b7de89ba6a0544d3f92bc5298e0f5559791451d0 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 23 Oct 2023 21:35:19 +0200 Subject: [PATCH] fix reference to column in wikipedia timezone list Signed-off-by: Peter van Dijk --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 90c5fe13..bb438b8e 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -649,7 +649,7 @@ - You need to make sure that the timezone that you enter is valid. An example is Europe/Berlin. You can get valid values by looking at the 'TZ database name' column of this list: click here. The default is Etc/UTC if nothing is entered.

+ You need to make sure that the timezone that you enter is valid. An example is Europe/Berlin. You can get valid values by looking at the 'TZ identifier' column of this list: click here. The default is Etc/UTC if nothing is entered.

{% else %} The timezone for Nextcloud is currently set to {{ timezone }}. You can reset the timezone again by clicking on the button below.