feat(improve-contact-page-a11y) : Replace the * character with the content of the AsteriskMandatoryComponent
This commit is contained in:
parent
8039464541
commit
146ea9bea9
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ en:
|
||||||
'no': 'No'
|
'no': 'No'
|
||||||
deconnexion: "Log out"
|
deconnexion: "Log out"
|
||||||
pj: "Attachments"
|
pj: "Attachments"
|
||||||
asterisk_html: Fields marked by an asterisk ( <span class = mandatory>*</span> ) are mandatory.
|
asterisk_html: "Fields marked by an asterisk ( <svg aria-label='required' class='icon mandatory' height='10' role='img' viewBox='0 0 1200 1200' width='10' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'><desc>required</desc><path d='M489.838 29.354v443.603L68.032 335.894 0 545.285l421.829 137.086-260.743 358.876 178.219 129.398L600.048 811.84l260.673 358.806 178.146-129.398-260.766-358.783L1200 545.379l-68.032-209.403-421.899 137.07V29.443H489.84l-.002-.089z'></path></svg> ) are mandatory."
|
||||||
mandatory_champs: All fields are mandatory.
|
mandatory_champs: All fields are mandatory.
|
||||||
no_mandatory: (optional)
|
no_mandatory: (optional)
|
||||||
file_number: File number
|
file_number: File number
|
||||||
|
|
|
@ -40,7 +40,7 @@ fr:
|
||||||
i_dont_know: Je ne sais pas
|
i_dont_know: Je ne sais pas
|
||||||
deconnexion: "Déconnexion"
|
deconnexion: "Déconnexion"
|
||||||
pj: "Pièces jointes"
|
pj: "Pièces jointes"
|
||||||
asterisk_html: Les champs suivis d’un astérisque ( * ) sont obligatoires.
|
asterisk_html: "Les champs suivis d’un astérisque ( <svg aria-label='obligatoire' class='icon mandatory' height='10' role='img' viewBox='0 0 1200 1200' width='10' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'><desc>obligatoire</desc><path d='M489.838 29.354v443.603L68.032 335.894 0 545.285l421.829 137.086-260.743 358.876 178.219 129.398L600.048 811.84l260.673 358.806 178.146-129.398-260.766-358.783L1200 545.379l-68.032-209.403-421.899 137.07V29.443H489.84l-.002-.089z'></path></svg> ) sont obligatoires."
|
||||||
mandatory_champs: Tous les champs sont obligatoires.
|
mandatory_champs: Tous les champs sont obligatoires.
|
||||||
no_mandatory: (facultatif)
|
no_mandatory: (facultatif)
|
||||||
file_number: Numéro de dossier
|
file_number: Numéro de dossier
|
||||||
|
|
Loading…
Reference in a new issue