diff --git a/src/components/feature_type/FeatureTypeCustomForm.vue b/src/components/feature_type/FeatureTypeCustomForm.vue index 3e4085b38d8230d93e0c73b7356db0fad36e2148..5372073ee270dca4dba201cfdf927b089512c8f8 100644 --- a/src/components/feature_type/FeatureTypeCustomForm.vue +++ b/src/components/feature_type/FeatureTypeCustomForm.vue @@ -106,7 +106,7 @@ v-model="arrayOption" class="options-field" /> - <small>{{ form.help_text }}</small> + <small>{{ form.options.help_text }}</small> <ul id="errorlist" class="errorlist"> <li v-for="error in form.options.errors" :key="error"> {{ error }} @@ -195,7 +195,7 @@ export default { id_for_label: "options", label: "Options", html_name: "options", - help_text: "", + help_text: "Valeurs possibles de ce champ, séparées par des virgules", field: { max_length: 256, },