bugfix: Display help text as label and not value

This commit is contained in:
Fabien Quatravaux
2021-01-15 15:07:31 +01:00
committed by Jean-Baptiste Pasquier
parent 9de00c1f25
commit b5967061e5
4 changed files with 12 additions and 12 deletions

View File

@ -37,8 +37,8 @@ div.content-box__info
label-description='',
widget-description='solid-form-textarea-label'
class-description='form-label is-light input-text-like'
value-help=''
widget-help='solid-display-value'
label-help=''
widget-help='solid-form-hidden-label'
class-help='is-small'
partial=""
@ -46,7 +46,7 @@ div.content-box__info
submit-button='Enregistrer'
next='project-information'
data-trans='label-name=project.edit.labelName;label-customer.name=project.edit.labelCustomer;submit-button=project.edit.buttonSubmit;label-description=project.edit.labelDescription;value-help=project.edit.descriptionHelp'
data-trans='label-name=project.edit.labelName;label-customer.name=project.edit.labelCustomer;submit-button=project.edit.buttonSubmit;label-description=project.edit.labelDescription;label-help=project.edit.descriptionHelp'
)
h2(data-trans='project.edit.subTitle')