From 4b6bebb07aaf1371775ddd42f7b2ee7df343eb09 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:24:11 +0900 Subject: [PATCH] New translations error-boundary.json (Croatian) --- public/locales/hr/widgets/error-boundary.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/locales/hr/widgets/error-boundary.json b/public/locales/hr/widgets/error-boundary.json index ce74ad0fc..129bc753b 100644 --- a/public/locales/hr/widgets/error-boundary.json +++ b/public/locales/hr/widgets/error-boundary.json @@ -1,14 +1,14 @@ { "card": { - "title": "", + "title": "Ups, došlo je do pogreške!", "buttons": { - "details": "", - "tryAgain": "" + "details": "Pojedinosti", + "tryAgain": "Pokušaj ponovno" } }, "modal": { "text": "", - "label": "", - "reportButton": "" + "label": "Vaša greška", + "reportButton": "Prijavi ovu grešku" } }