Skip to content
Snippets Groups Projects
Commit 60ed5cf3 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine-issues/12024' into 'develop'

parents d4bf540c e72979ab
No related branches found
No related tags found
No related merge requests found
......@@ -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,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment