From 6e78790c520be81049c0e0274e2a130d989386d4 Mon Sep 17 00:00:00 2001 From: Zan <62830223+Zan1456@users.noreply.github.com> Date: Fri, 1 Jul 2022 20:15:51 +0200 Subject: [PATCH] fix(locales): update Hungarian cancel button (#53) --- locales/hu.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/hu.json b/locales/hu.json index 4b14e26..319160e 100644 --- a/locales/hu.json +++ b/locales/hu.json @@ -5,7 +5,7 @@ "title": "Beállítások", "language": "Nyelv" }, - "cancel": "Cancel", + "cancel": "Mégse", "close": "Bezárás", "confirm": "Megerősít" }