fix custom field type name

This commit is contained in:
tod31 2021-04-08 08:34:40 +02:00
parent b8dc7ff18e
commit af676c8f26

View file

@ -51,7 +51,7 @@ template(name="createCustomFieldPopup")
input.js-dropdown-item(type="text" value=name placeholder="")
input.js-dropdown-item.last(type="text" value="" placeholder="{{_ 'custom-field-dropdown-options-placeholder'}}")
div.js-field-settings.js-field-settings-paramlink(class="{{#if isTypeNotSelected 'stringtemplate'}}hide{{/if}}")
div.js-field-settings.js-field-settings-stringtemplate(class="{{#if isTypeNotSelected 'stringtemplate'}}hide{{/if}}")
label
| {{_ 'custom-field-stringtemplate-format'}}
input.js-field-stringtemplate(type="text" value=getStringtemplateFormat)