From 06a6af7dca1b66ad64c530f21065dea415854c68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Onufr=C3=A1k?= <72392743+morrien@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:59:29 +0200 Subject: [PATCH] Fixed fallback file upload label --- gui_landing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui_landing.html b/gui_landing.html index e82f05a..c987a19 100644 --- a/gui_landing.html +++ b/gui_landing.html @@ -602,7 +602,7 @@ } } } else { - fileUploadLabelElement.textContent = 'Upload file'; // Fallback text + fileUploadLabelElement.textContent = 'Encrypted file upload'; // Fallback text } }); }