From cbdf5f1e472e037ce191807567cad1a997e5c7fa Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Sun, 16 May 2021 20:36:38 +0300 Subject: [PATCH] Fix text Co-authored-by: Dmitry Verkhoturov --- frontend/app/utils/errorUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/utils/errorUtils.ts b/frontend/app/utils/errorUtils.ts index 766951354f..62ed3e0ccb 100644 --- a/frontend/app/utils/errorUtils.ts +++ b/frontend/app/utils/errorUtils.ts @@ -87,7 +87,7 @@ export const errorMessages = defineMessages({ }, 20: { id: 'errors.20', - defaultMessage: 'Posted image not found. Try to upload it again.', + defaultMessage: 'Posted image not found. Please try to upload it again.', }, 401: { id: 'errors.not-authorized',