Skip to content

Commit 61e9142

Browse files
authored
Fix typo in WiFi dialog (#1853)
Resolves #1852 This change removes the second colon in the Wi-Fi dialog when it warns there's no Ethernet connection. <a data-ca-tag href="https://codeapprove.com/pr/tiny-pilot/tinypilot/1853"><img src="https://codeapprove.com/external/github-tag-allbg.png" alt="Review on CodeApprove" /></a>
1 parent d84b89d commit 61e9142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/custom-elements/wifi-dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h3>Wi-Fi Credentials</h3>
7373
credentials.
7474
</p>
7575
<inline-message variant="warning" id="no-ethernet-warning">
76-
<strong>Warning:</strong>: You are currently connected to your TinyPilot
76+
<strong>Warning:</strong> You are currently connected to your TinyPilot
7777
device using Wi-Fi. If you change your settings, you might get
7878
disconnected. Consider connecting an Ethernet cable before proceeding.
7979
</inline-message>

0 commit comments

Comments
 (0)