Skip to content

Commit

Permalink
💬(frontend) update title of 404 page
Browse files Browse the repository at this point in the history
- correct translations
  • Loading branch information
daproclaima committed Jul 31, 2024
1 parent 552c724 commit 0ea45d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/apps/desk/src/i18n/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"Open the modal to update the role of this member": "Ouvrir la fenêtre modale pour mettre à jour le rôle de ce membre",
"Open the team options": "Ouvrir les options de groupe",
"Open the teams panel": "Ouvrir le panneau des groupes",
"Ouch !": "Ouch !",
"Ouch!": "Aïe !",
"Owner": "Propriétaire",
"Personal data and cookies": "Données personnelles et cookies",
"Please enter a valid email address.\nE.g. : jean.dupont@mail.fr": "Veuillez entrer une adresse e-mail valide.\nEx. : jean.dupont@mail.fr",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/apps/desk/src/pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Page: NextPageWithLayout = () => {
<Icon404 aria-label="Image 404" role="img" />

<Text $size="h2" $weight="700" $theme="greyscale" $variation="900">
{t('Ouch !')}
{t('Ouch!')}
</Text>

<Text as="p" $textAlign="center" $maxWidth="400px" $size="m">
Expand Down

0 comments on commit 0ea45d5

Please sign in to comment.