From 91d6a2789d7213bff09e2c38abda2cda2338a046 Mon Sep 17 00:00:00 2001 From: zomborip Date: Sat, 29 Nov 2025 18:03:16 +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 43cb389..1c985e7 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("Bejelentkezés...") +const loginErrorMsg = ref("Belépés...") const userLoginName = ref("") const userLoginPw = ref("") const userAdmin = ref(false)