mirror of
https://github.com/wekan/wekan.git
synced 2026-01-29 12:46:09 +01:00
fix custom field type name
This commit is contained in:
parent
b8dc7ff18e
commit
af676c8f26
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue