From 87f277a482f403b4ab25e8f99971c40d3d217f63 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 10 Nov 2024 07:30:10 +0100 Subject: [PATCH] Small change in time(zone) representation. --- resources/views/transactions/show.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig index b4992e28a8..37a03b7114 100644 --- a/resources/views/transactions/show.twig +++ b/resources/views/transactions/show.twig @@ -77,7 +77,7 @@ {{ first.date.isoFormat(dateTimeFormat) }} {% if(first.date_tz != '') %} - ({{ trans('firefly.stored_as_tz', {timezone: first.date_tz }) }}) + ({{ trans('firefly.stored_in_tz', {timezone: first.date_tz }) }}) {% endif %}