text: remplace plus d'info(s) par plus d'informations
parent
d8337eb2e5
commit
8c2f85b6e5
|
@ -19,7 +19,7 @@ export default function MoreInfosOnUs() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<H2>Plus d'infos sur mon-entreprise</H2>
|
||||
<H2>Plus d'informations sur mon-entreprise</H2>
|
||||
<Grid container spacing={2} role="list">
|
||||
{!pathname.startsWith(absoluteSitePaths.nouveautés.index) && (
|
||||
<Grid item xs={12} sm={6} md={4} role="listitem">
|
||||
|
|
|
@ -254,7 +254,7 @@ function StepsTable({
|
|||
<Grid item xs>
|
||||
{rule.title}
|
||||
<ExplicableRule
|
||||
aria-label={t(`Plus d'info sur, {{ title }}`, {
|
||||
aria-label={t(`Plus d'informations sur {{ title }}`, {
|
||||
title: rule.title,
|
||||
})}
|
||||
light
|
||||
|
|
|
@ -228,7 +228,7 @@ function RadioChoice<Names extends string = DottedName>({
|
|||
<ExplicableRule
|
||||
light
|
||||
dottedName={node.dottedName as DottedName}
|
||||
aria-label={t("Plus d'infos sur, {{ title }}", {
|
||||
aria-label={t("Plus d'informations sur {{ title }}", {
|
||||
title: node.title,
|
||||
})}
|
||||
/>
|
||||
|
|
|
@ -42,7 +42,7 @@ export function ExplicableRule<Names extends string = DottedName>({
|
|||
bigPopover={bigPopover}
|
||||
className="print-hidden"
|
||||
aria-haspopup="dialog"
|
||||
aria-label={`Plus d'info sur, ${rule.title}`}
|
||||
aria-label={`Plus d'informations sur ${rule.title}`}
|
||||
{...props}
|
||||
>
|
||||
<Markdown>{rule.rawNode.description}</Markdown>
|
||||
|
|
|
@ -65,7 +65,7 @@ function CheckBoxRule({ node, engine, onChange }: CheckBoxRuleProps) {
|
|||
<ExplicableRule
|
||||
light
|
||||
dottedName={node.dottedName as DottedName}
|
||||
aria-label={t("Plus d'infos sur, {{ title }}", {
|
||||
aria-label={t("Plus d'informations sur {{ title }}", {
|
||||
title: node.title,
|
||||
})}
|
||||
/>
|
||||
|
|
|
@ -221,8 +221,7 @@ Passer à la version française du site: Switch to the French version of the sit
|
|||
Passer, passer la question sans répondre: Pass, pass the question without answering
|
||||
Personnalisez l'intégration: Customize integration
|
||||
Plan du site: Site map
|
||||
Plus d'info sur, {{ title }}: More info on, {{ title }}
|
||||
Plus d'infos sur, {{ title }}: More info on, {{ title }}
|
||||
Plus d'informations sur {{ title }}: More information on {{ title }}
|
||||
Plus de 50 salariés: More than 50 employees
|
||||
Pour en savoir plus, rendez-vous sur le site <2>aquoiserventlescotisations:
|
||||
urssaf:
|
||||
|
|
|
@ -233,8 +233,7 @@ Passer à la version française du site: Passer à la version française du site
|
|||
Passer, passer la question sans répondre: Passer, passer la question sans répondre
|
||||
Personnalisez l'intégration: Personnalisez l'intégration
|
||||
Plan du site: Plan du site
|
||||
Plus d'info sur, {{ title }}: Plus d'info sur, {{ title }}
|
||||
Plus d'infos sur, {{ title }}: Plus d'infos sur, {{ title }}
|
||||
Plus d'informations sur {{ title }}: Plus d'informations sur {{ title }}
|
||||
Plus de 50 salariés: Plus de 50 salariés
|
||||
Pour en savoir plus, rendez-vous sur le site <2>aquoiserventlescotisations:
|
||||
urssaf:
|
||||
|
|
Loading…
Reference in New Issue