From 3382177e2763cbcccefcd1f05012b7ef46c083db Mon Sep 17 00:00:00 2001 From: divlo Date: Tue, 20 Apr 2021 15:47:52 +0200 Subject: [PATCH] fix(components): returnToHomePage inside ErrorPage --- components/ErrorPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ErrorPage.tsx b/components/ErrorPage.tsx index e37ec5c..e89e867 100644 --- a/components/ErrorPage.tsx +++ b/components/ErrorPage.tsx @@ -16,7 +16,7 @@ export const ErrorPage: React.FC = props => { {t('errors:error')} {statusCode}

- {message} {t('returnToHomePage')} + {message} {t('errors:returnToHomePage')}