Skip to content

Commit 496b812

Browse files
committed
improve alert message
Signed-off-by: Michael Yuan <[email protected]>
1 parent 6cde62e commit 496b812

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3 class="card-title text-lg">Background Image</h3>
114114
<dialog id="resetNotSupportedModal" class="modal">
115115
<div class="modal-box">
116116
<h3 class="font-bold text-lg">⚠️ Device Reset Required</h3>
117-
<p class="py-4">Device does not support this operation, please reset by pressing k0 on the device</p>
117+
<p class="py-4">Please press the k0 key on the device to restart it.</p>
118118
<div class="modal-action">
119119
<form method="dialog">
120120
<button class="btn btn-primary">OK</button>
@@ -620,4 +620,4 @@ <h3 class="font-bold text-lg">⚠️ Device Reset Required</h3>
620620
</script>
621621
</body>
622622

623-
</html>
623+
</html>

setup/index_zh.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3 class="card-title text-lg">背景图片设置</h3>
110110
<dialog id="resetNotSupportedModal" class="modal">
111111
<div class="modal-box">
112112
<h3 class="font-bold text-lg">⚠️ 需要重启设备</h3>
113-
<p class="py-4">设备不支持此操作,请通过按设备上的 k0 来重启</p>
113+
<p class="py-4">请按设备上的 k0 键重启</p>
114114
<div class="modal-action">
115115
<form method="dialog">
116116
<button class="btn btn-primary">确定</button>

0 commit comments

Comments
 (0)