diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3310b7..104cf048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ and this project adheres to - ♿ remove redundant aria-label on hidden icons and update tests #1432 - ♿ improve semantic structure and aria roles of leftpanel #1431 - ♿ add default background to left panel for better accessibility #1423 - + - ♿ add h1 for SR on 40X pages and remove alt texts #1438 ### Fixed - 🐛(backend) duplicate sub docs as root for reader users diff --git a/src/frontend/apps/impress/src/pages/401.tsx b/src/frontend/apps/impress/src/pages/401.tsx index ac9eb50c..ac19bd22 100644 --- a/src/frontend/apps/impress/src/pages/401.tsx +++ b/src/frontend/apps/impress/src/pages/401.tsx @@ -39,10 +39,13 @@ const Page: NextPageWithLayout = () => { $gap="1rem" $padding={{ bottom: '2rem' }} > + + {t('401 Unauthorized')} - {t('Docs')} + {t('Image { $gap="1rem" $padding={{ bottom: '2rem' }} > + + {t('Page Not Found - Error 404')} - {t('Docs')} +