From 81522f2b1bdcf63d265973e1874b84eed798117d Mon Sep 17 00:00:00 2001 From: Daniel Hlavacek Date: Tue, 25 Jul 2023 23:52:55 +0200 Subject: [PATCH] Do not truncate store day --- templates/cms/stores.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cms/stores.tpl b/templates/cms/stores.tpl index 2d9ee6c9f..8ed653454 100644 --- a/templates/cms/stores.tpl +++ b/templates/cms/stores.tpl @@ -74,7 +74,7 @@ {foreach $store.business_hours as $day} - {$day.day|truncate:4:'.'} + {$day.day}