From ff97e36c2ba3065c88622b6def5d5b36626fe98d Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 17:24:12 +0900 Subject: [PATCH] New translations draggable-list.json (Croatian) --- public/locales/hr/widgets/draggable-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/locales/hr/widgets/draggable-list.json b/public/locales/hr/widgets/draggable-list.json index 5d27e99ad..1e85a1662 100644 --- a/public/locales/hr/widgets/draggable-list.json +++ b/public/locales/hr/widgets/draggable-list.json @@ -1,7 +1,7 @@ { "noEntries": { - "title": "", - "text": "" + "title": "Nema unosa", + "text": "Koristite gumbe u nastavku kako biste dodali više unosa" }, - "buttonAdd": "" + "buttonAdd": "Dodaj" }