Skip to content

Commit c816987

Browse files
committed
android: qr scanner: add emoji to clipboard string
The string is not translated and might not be accessible for non-english speakers, even though its relatively self-explanatory i think adding this emoji makes it more accessible.
1 parent 6423323 commit c816987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/ban_unicode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
UNICODE_WHITELIST = {
3030
"💬", "🗯", "⚠", chr(0xfe0f), "✓", "▷", "▽", "…", "•", "█", "™", "≈",
3131
"á", "é", "’",
32-
"│", "─", "└", "├",
32+
"│", "─", "└", "├", "📋",
3333
}
3434

3535
exit_code = 0

electrum/gui/qml/android_res/layout/scanner_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
android:layout_gravity="center|bottom"
3232
android:layout_width="wrap_content"
3333
android:layout_height="wrap_content"
34-
android:text="Paste from clipboard" />
34+
android:text="Paste from clipboard 📋" />
3535

3636
</FrameLayout>

0 commit comments

Comments
 (0)