From 640a734896fd255fce8b751c9465c4397413a0c0 Mon Sep 17 00:00:00 2001 From: ChekeredList71 <66330496+ChekeredList71@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:13:15 +0200 Subject: [PATCH] fix(ui): update Hungarian translation (#3346) Added new Hungarian translation for "lastAccessAt". --- resources/i18n/hu.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/i18n/hu.json b/resources/i18n/hu.json index 00d1c8a2..2b02b9de 100644 --- a/resources/i18n/hu.json +++ b/resources/i18n/hu.json @@ -98,6 +98,7 @@ "userName": "Felhasználónév", "isAdmin": "Admin", "lastLoginAt": "Utolsó belépés", + "lastAccessAt": "Utolsó elérés", "updatedAt": "Legutóbb frissítve", "name": "Név", "password": "Jelszó",