Skip to content

Commit

Permalink
Fix typo in WiFi dialog (#1853)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
db39 authored Nov 12, 2024
1 parent d84b89d commit 61e9142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/custom-elements/wifi-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3>Wi-Fi Credentials</h3>
credentials.
</p>
<inline-message variant="warning" id="no-ethernet-warning">
<strong>Warning:</strong>: You are currently connected to your TinyPilot
<strong>Warning:</strong> You are currently connected to your TinyPilot
device using Wi-Fi. If you change your settings, you might get
disconnected. Consider connecting an Ethernet cable before proceeding.
</inline-message>
Expand Down

0 comments on commit 61e9142

Please sign in to comment.