diff --git a/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt b/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt index cad7d9ccb..228423da6 100644 --- a/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt +++ b/src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt @@ -92,7 +92,7 @@ {{ lang._('Clear All') }} {% if "tokenize" in this_style %}   {{ lang._('Copy') }}    - {% if allownew %} + {% if allownew|default("false") %}    {{ lang._('Text') }} {% endif %} {% endif %}