feat(improve-contact-page-a11y) : Replace 'All fields are mandatory.' with 'Fields marked by an asterisk are mandatory' - fix #10264
This commit is contained in:
parent
5523dd4b35
commit
9dab2afc11
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
.description
|
||||
.recommandations
|
||||
= t('.intro_html')
|
||||
%p.mandatory-explanation= t('mandatory_champs', scope: [:utils])
|
||||
%p.mandatory-explanation= t('asterisk_html', scope: [:utils])
|
||||
|
||||
- if !user_signed_in?
|
||||
.fr-input-group
|
||||
|
|
Loading…
Reference in a new issue