From e3be992fe6d67380d593c68c8ebde4b072a119c4 Mon Sep 17 00:00:00 2001 From: Anton Shalimov Date: Wed, 3 Jul 2024 10:14:58 +0300 Subject: [PATCH] feat: change text --- shared/components/error-boundary/error-boundary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/components/error-boundary/error-boundary.tsx b/shared/components/error-boundary/error-boundary.tsx index dfdb7b201..dc0949bd9 100644 --- a/shared/components/error-boundary/error-boundary.tsx +++ b/shared/components/error-boundary/error-boundary.tsx @@ -15,7 +15,7 @@ export const ErrorBoundaryFallback = () => { size={'xxs'} color={'secondary'} > - Restart the page + Reload page );