From 4ebdca146f46484cd264a017f4f7c807eae2a277 Mon Sep 17 00:00:00 2001 From: zomborip Date: Sat, 29 Nov 2025 18:04:19 +0100 Subject: [PATCH] =?UTF-8?q?Login=20sz=C3=B6veg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 1c985e7..43cb389 100644 --- a/src/App.vue +++ b/src/App.vue @@ -284,7 +284,7 @@ const apiBase = `${import.meta.env.VITE_BACKEND_API_HOST}:${import.meta.env.VITE const out = ref('') const pageStatus = ref("logout") const loginCheck = ref(false) -const loginErrorMsg = ref("Belépés...") +const loginErrorMsg = ref("Bejelentkezés...") const userLoginName = ref("") const userLoginPw = ref("") const userAdmin = ref(false)