feat(move_after_edit_list) : Correct a typo - fix #10254
This commit is contained in:
parent
2ea45d5dba
commit
a5a7e880eb
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ class TypesDeChampEditor::SelectChampPositionComponent < ApplicationComponent
|
|||
end
|
||||
|
||||
def options
|
||||
[["Selectionner une option", @coordinate.stable_id]]
|
||||
[["Sélectionner une option", @coordinate.stable_id]]
|
||||
end
|
||||
|
||||
def describedby_id
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
= form_with(url: move_and_morph_admin_procedure_type_de_champ_path(@coordinate.revision.procedure, @coordinate.type_de_champ.stable_id), class: 'fr-ml-3w flex', method: :patch, data: { turbo: true }) do |f|
|
||||
= label_tag :target_stable_id, "Deplacer le champ après ", for: describedby_id, class: 'flex align-center flex-no-shrink fr-mr-3w'
|
||||
= label_tag :target_stable_id, "Déplacer le champ après ", for: describedby_id, class: 'flex align-center flex-no-shrink fr-mr-3w'
|
||||
= select_tag :target_stable_id, options_for_select(options), id: describedby_id, class: 'fr-select', aria: { discribedby: describedby_id }, data: { 'select-champ-position-template-target': 'select', selected: @coordinate.stable_id }
|
||||
|
|
Loading…
Reference in a new issue