From 03ac364099d0b0a016b6ebaa30787f1f6c5652b5 Mon Sep 17 00:00:00 2001 From: NeOMakinG Date: Tue, 3 Jan 2023 10:43:51 +0100 Subject: [PATCH] Review feedbacks --- templates/_partials/form-fields.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/_partials/form-fields.tpl b/templates/_partials/form-fields.tpl index 9f637369f..ce7b81252 100644 --- a/templates/_partials/form-fields.tpl +++ b/templates/_partials/form-fields.tpl @@ -183,9 +183,7 @@ {block name='form_field_comment'} {if (!$field.required && !in_array($field.type, ['radio-buttons', 'checkbox']))} -
- {l s='Optional' d='Shop.Forms.Labels'} -
+
{l s='Optional' d='Shop.Forms.Labels'}
{/if} {/block}