Skip to content

Commit 92286fd

Browse files
committed
fixup! ♿️(frontend) localize LaGaufre label fallback in Docs
1 parent 5bb5dda commit 92286fd

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

src/frontend/apps/impress/src/features/header/components/Waffle.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,10 @@ export const Waffle = () => {
4444
}
4545
`}
4646
>
47-
<div style={{ display: 'flex' }}>
48-
<LaGaufreV2Fixed
49-
{...waffleConfig}
50-
label={waffleConfig.label ?? t('LaSuite digital services')}
51-
/>
52-
</div>
47+
<LaGaufreV2Fixed
48+
{...waffleConfig}
49+
label={waffleConfig.label ?? t('Digital LaSuite services')}
50+
/>
5351
</Box>
5452
);
5553
};

src/frontend/apps/impress/src/i18n/translations.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"Approve": "Freigeben",
268268
"As this is a sub-document, please request access to the parent document to enable these features.": "Dies ist ein untergeordnetes Dokument, fordern Sie bitte den Zugriff auf das übergeordnete Dokument an, um diese Funktionen zu ermöglichen.",
269269
"Available soon": "Bald verfügbar",
270-
"LaSuite digital services": "Digitale Dienste von LaSuite",
270+
"Digital LaSuite services": "Digitale Dienste von LaSuite",
271271
"Back to homepage": "Zurück zur Startseite",
272272
"Banner image": "Bannerbild",
273273
"Beautify": "Verschönern",
@@ -518,7 +518,7 @@
518518
"en": {
519519
"translation": {
520520
"Contains {{count}} sub-documents_one": "Contains {{count}} sub-document",
521-
"LaSuite digital services": "LaSuite digital services",
521+
"Digital LaSuite services": "Digital LaSuite services",
522522
"Share with {{count}} users_one": "Share with {{count}} user",
523523
"Shared with {{count}} users_many": "Shared with {{count}} users",
524524
"Shared with {{count}} users_one": "Shared with {{count}} user",
@@ -550,7 +550,7 @@
550550
"Anyone with the link can see the document": "Cualquiera con el enlace puede ver el documento",
551551
"Anyone with the link can view the document if they are logged in": "Cualquiera con el enlace puede ver el documento si ha iniciado sesión",
552552
"Available soon": "Próximamente disponible",
553-
"LaSuite digital services": "Servicios digitales de LaSuite",
553+
"Digital LaSuite services": "Servicios digitales de LaSuite",
554554
"Banner image": "Imagen de portada",
555555
"Beautify": "Embellecer",
556556
"Callout": "Destacado",
@@ -736,7 +736,7 @@
736736
"Ask anything...": "Posez n'importe quelle question...",
737737
"Available soon": "Disponible prochainement",
738738
"Back to homepage": "Retour à la page d'accueil",
739-
"LaSuite digital services": "Services LaSuite Numérique",
739+
"Digital LaSuite services": "Services LaSuite Numérique",
740740
"Banner image": "Image de la bannière",
741741
"Beautify": "Embellir",
742742
"By moving this document to <strong>{{targetDocumentTitle}}</strong>, it will lose its current access rights and inherit the permissions of that document. <strong>This access change cannot be undone.</strong>": "En déplaçant ce document vers <strong>{{targetDocumentTitle}}</strong>, il perdra ses droits d'accès actuels et héritera les permissions de ce document. <strong>Ce changement d'accès ne peut pas être annulé.</strong>",

0 commit comments

Comments
 (0)