Skip to content

Commit 280bc05

Browse files
committed
Merge commit '0f2cb91833de2b742e9f774a6fefd92351de17a7'
2 parents 8720619 + 0f2cb91 commit 280bc05

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

setup/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ <h2 class="card-title text-2xl">Setup EchoKit via Bluetooth</h2>
4040

4141
<div class="card bg-base-100 border border-base-300">
4242
<div class="card-body">
43-
<h3 class="card-title text-lg" id="ssidTitle">WiFi SSID</h3>
43+
<h3 class="card-title text-lg" id="ssidTitle">WiFi Network (MUST be 2.4GHz)</h3>
4444
<label class="form-control">
4545
<div class="label">
46-
<span class="label-text">SSID</span>
46+
<span class="label-text">Network Name</span>
4747
</div>
4848
<input type="text" id="ssidInput" placeholder="WiFi network name SSID"
4949
class="input input-bordered w-full">
@@ -572,4 +572,4 @@ <h3 class="card-title text-lg">Background Image</h3>
572572
</script>
573573
</body>
574574

575-
</html>
575+
</html>

setup/index_zh.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ <h2 class="card-title text-2xl">蓝牙控制面板</h2>
4040

4141
<div class="card bg-base-100 border border-base-300">
4242
<div class="card-body">
43-
<h3 class="card-title text-lg" id="ssidTitle">SSID 设置</h3>
43+
<h3 class="card-title text-lg" id="ssidTitle">Wi-Fi 网络(必须是2.4GHz)</h3>
4444
<label class="form-control">
4545
<div class="label">
46-
<span class="label-text">SSID</span>
46+
<span class="label-text">网络名字</span>
4747
</div>
4848
<input type="text" id="ssidInput" placeholder="输入SSID" class="input input-bordered w-full">
4949
</label>
@@ -581,4 +581,4 @@ <h3 class="card-title text-lg">背景图片设置</h3>
581581
</script>
582582
</body>
583583

584-
</html>
584+
</html>

0 commit comments

Comments
 (0)