fix(RNF verification) Return search results to assistive technology
This commit is contained in:
parent
83c942c338
commit
f59834015f
3 changed files with 3 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
||||||
en:
|
en:
|
||||||
rnf_info_error: No foundation found
|
rnf_info_error: No foundation found
|
||||||
rnf_info_pending: RNF verification pending
|
rnf_info_pending: RNF verification pending
|
||||||
rnf_info_success: "This RNF matches %{title}, %{address}"
|
rnf_info_success: "This RNF matches: %{title}, %{address}"
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
fr:
|
fr:
|
||||||
rnf_info_error: Aucune fondation trouvée
|
rnf_info_error: Aucune fondation trouvée
|
||||||
rnf_info_pending: Vérification du RNF en cours
|
rnf_info_pending: Vérification du RNF en cours
|
||||||
rnf_info_success: "Ce RNF correspond à %{title}, %{address}"
|
rnf_info_success: "Ce RNF correspond à : %{title}, %{address}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
= @form.text_field :external_id, input_opts(id: @champ.input_id, required: @champ.required?, class: "width-33-desktop fr-input small-margin", aria: { describedby: @champ.describedby_id })
|
= @form.text_field :external_id, input_opts(id: @champ.input_id, required: @champ.required?, class: "width-33-desktop fr-input small-margin", aria: { describedby: @champ.describedby_id })
|
||||||
|
|
||||||
.rnf-info{ id: dom_id(@champ, :rnf_info) }
|
.rnf-info{ id: dom_id(@champ, :rnf_info), role: 'status' }
|
||||||
- if @champ.fetch_external_data_error?
|
- if @champ.fetch_external_data_error?
|
||||||
%p.fr-error-text= t('.rnf_info_error')
|
%p.fr-error-text= t('.rnf_info_error')
|
||||||
- elsif @champ.fetch_external_data_pending?
|
- elsif @champ.fetch_external_data_pending?
|
||||||
|
|
Loading…
Reference in a new issue