fix: éléments obligatoires
parent
17e981fafe
commit
a1bbeed3b1
|
@ -145,6 +145,7 @@ export function SimulationGoal({
|
|||
/\s|\./g,
|
||||
'_'
|
||||
)}-description`}
|
||||
aria-labelledby="simu-update-explaining"
|
||||
displayedUnit={displayedUnit}
|
||||
dottedName={dottedName}
|
||||
onFocus={() => setFocused(true)}
|
||||
|
|
|
@ -50,11 +50,17 @@ export function SimulationGoals({
|
|||
<div className="sr-only" aria-hidden id="simulator-legend-label">
|
||||
{legend}
|
||||
</div>
|
||||
<SmallBody className="print-hidden">
|
||||
<SmallBody className="print-hidden" id="simu-update-explaining">
|
||||
<em>
|
||||
<Trans>
|
||||
Les données de simulations se mettront automatiquement à jour
|
||||
après la modification d'un champ
|
||||
après la modification d'un champ.{' '}
|
||||
<span className="sr-only">
|
||||
Un panneau s'ouvrira pour vous permettre d'apporter des
|
||||
précisions à la simulation, des résultats détaillés
|
||||
s'afficheront en dessous du formulaire et seront mis à jour
|
||||
quand vous modifierez ce dernier.
|
||||
</span>
|
||||
</Trans>
|
||||
</em>
|
||||
</SmallBody>
|
||||
|
|
|
@ -74,6 +74,9 @@ export function CompanySearchField(props: {
|
|||
state={state}
|
||||
isSearchStalled={searchPending}
|
||||
onClear={onClear}
|
||||
aria-label={t(
|
||||
`${searchFieldProps.label}, recherche lancée automatiquement après l'entrée de caractères, les résultats s'afficheront à la suite de cet élément.`
|
||||
)}
|
||||
{...searchFieldProps}
|
||||
/>
|
||||
</ForceThemeProvider>
|
||||
|
|
|
@ -31,7 +31,8 @@ export default function Landing() {
|
|||
<>
|
||||
<TrackPage chapter1="informations" name="accueil" />
|
||||
<Meta
|
||||
title=""
|
||||
page="landing"
|
||||
title="Accueil - Mon-Entreprise"
|
||||
description={t(
|
||||
'landing.description',
|
||||
"L'assistant officiel des entrepreneurs"
|
||||
|
|
|
@ -14,7 +14,12 @@ export default function Autoentrepreneur() {
|
|||
<>
|
||||
<TrackPage name="auto-entrepreneur_ou_independant" />
|
||||
<DefaultHelmet>
|
||||
<title>{t('autoentrepreneur.page.titre', 'Auto-entrepreneur')}</title>
|
||||
<title>
|
||||
{t(
|
||||
'autoentrepreneur.page.titre',
|
||||
'Choisir entre auto-entrepreneur et entreprise individuelle - Mon entreprise'
|
||||
)}
|
||||
</title>
|
||||
<meta
|
||||
name="description"
|
||||
content={t(
|
||||
|
|
Loading…
Reference in New Issue