Skip to content

Commit

Permalink
Display symbol instead of unicode
Browse files Browse the repository at this point in the history
  • Loading branch information
FikriMilano committed Sep 18, 2024
1 parent f4b0af1 commit 9255caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/quest/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@
<string name="scan_qr_code">Scan QR Code</string>
<string name="scan_qr_camera_instruction">Place your camera over the entire QR Code to start scanning</string>
<string name="failed_to_get_gps_location">Failed to get GPS location</string>
<string name="space_asterisk" translatable="false">\\u0020\\u002a</string>
<string name="space_asterisk" translatable="false">\u0020\u002a</string>
</resources>

0 comments on commit 9255caf

Please sign in to comment.