diff --git a/modules/backend/widgets/form/partials/_field_checkbox.htm b/modules/backend/widgets/form/partials/_field_checkbox.htm index 5fdd87766..830350651 100644 --- a/modules/backend/widgets/form/partials/_field_checkbox.htm +++ b/modules/backend/widgets/form/partials/_field_checkbox.htm @@ -18,6 +18,6 @@ label)) ?> comment): ?> -

comment)) ?>

+

commentHtml ? trans($field->comment) : e(trans($field->comment)) ?>

diff --git a/modules/backend/widgets/form/partials/_field_section.htm b/modules/backend/widgets/form/partials/_field_section.htm index ce3e74007..2ece19bda 100644 --- a/modules/backend/widgets/form/partials/_field_section.htm +++ b/modules/backend/widgets/form/partials/_field_section.htm @@ -5,6 +5,6 @@ comment): ?> -

comment)) ?>

+

commentHtml ? trans($field->comment) : e(trans($field->comment)) ?>

\ No newline at end of file diff --git a/modules/backend/widgets/form/partials/_field_switch.htm b/modules/backend/widgets/form/partials/_field_switch.htm index bc065ccfe..74cf3b7f2 100644 --- a/modules/backend/widgets/form/partials/_field_switch.htm +++ b/modules/backend/widgets/form/partials/_field_switch.htm @@ -2,7 +2,7 @@
comment): ?> -

comment)) ?>

+

commentHtml ? trans($field->comment) : e(trans($field->comment)) ?>