💬(wording) error page wording

change error page wording 401 - 403
This commit is contained in:
Eléonore Voisin
2025-10-20 17:28:25 +02:00
parent fcd0e24a16
commit 9e76a0ef94
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@ and this project adheres to
## [Unreleased]
- 💬(text) error page wording
## [0.0.1] - 2025-10-19
### Changed
@@ -40,7 +40,7 @@ const Page: NextPageWithLayout = () => {
<Box $align="center" $gap="0.8rem">
<Text as="p" $textAlign="center" $maxWidth="350px" $theme="primary">
{t('Log in to access the document.')}
{t('Log in to access this page.')}
</Text>
<Button onClick={() => gotoLogin(false)} aria-label={t('Login')}>
@@ -48,7 +48,7 @@ const Page: NextPageWithLayout = () => {
<Box $align="center" $gap="0.8rem">
<Text as="p" $textAlign="center" $maxWidth="350px" $theme="primary">
{t('You do not have permission to view this document.')}
{t('You do not have permission to view this page.')}
</Text>
<StyledLink href="/">