From afe32001b4cf911051f331a56cea0e6670fafd24 Mon Sep 17 00:00:00 2001
From: zerodartz <122978845+zerodartz@users.noreply.github.com>
Date: Wed, 14 Aug 2024 20:04:29 +0300
Subject: [PATCH] Update beta4.html
guide fix wording
---
beta4.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/beta4.html b/beta4.html
index fd230ae..9ff2715 100644
--- a/beta4.html
+++ b/beta4.html
@@ -193,9 +193,9 @@
BETA - Shielding Eyes ◼️◼️👀🛡️
const instructions = document.getElementById('instructions');
if (isMobile) {
- instructions.innerHTML = 'GUIDE: After import, tap "Shield eyes". Drag the bar to move it.
Use the bottom-right handle to resize the shape.
Use two fingers to pinch-zoom for resize and rotate.';
+ instructions.innerHTML = 'GUIDE: After import, tap "Dark/light shield". Drag the bar to move it.
Use the bottom-right point to reshape/resize.
Use two fingers to pinch for resize and rotate.';
} else {
- instructions.innerHTML = 'GUIDE: After import, click "Dark shield". Drag the bar to move it.
Use the top-right handle to rotate and the bottom-right handle to resize.';
+ instructions.innerHTML = 'GUIDE: After import, click "Dark/light shield". Drag the bar to move it.
Use the top-right red striped point to rotate and bottom-right point to resize.';
}
function handleImageUpload(e) {