Skip to content

Commit 2123f6d

Browse files
committed
fix: replace em dash with ASCII hyphen in SeedTextArea.qml comment
ban_unicode.py CI check fails on non-ASCII characters in comments.
1 parent 010285e commit 2123f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

electrum/gui/qml/components/controls/SeedTextArea.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Pane {
138138
}
139139
}
140140

141-
// Warning row for invalid words shown when any completed word
141+
// Warning row for invalid words - shown when any completed word
142142
// is not in the BIP39 wordlist. Does not block input.
143143
Label {
144144
Layout.fillWidth: true

0 commit comments

Comments
 (0)