Small change in time(zone) representation.

This commit is contained in:
James Cole
2024-11-10 07:30:10 +01:00
parent ae0d74f57a
commit 87f277a482

View File

@@ -77,7 +77,7 @@
<span class="date-time" data-date="{{ first.date.toIso8601ZuluString() }}">
{{ 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 %}
</span>
</td>