Skip to content

Commit

Permalink
Reduces the use of hex
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Jun 30, 2023
1 parent 1793fe4 commit 3908c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
<string name="unblock">Unblock</string>
<string name="copy_user_id">Copy User ID</string>
<string name="unblock_user">Unblock User</string>
<string name="npub_hex_username">"npub, hex, username "</string>
<string name="npub_hex_username">"npub, username, text"</string>
<string name="clear">Clear</string>
<string name="app_logo">App Logo</string>
<string name="nsec_npub_hex_private_key">nsec / npub / hex private key</string>
<string name="nsec_npub_hex_private_key">nsec.. or npub..</string>
<string name="show_password">Show Password</string>
<string name="hide_password">Hide Password</string>
<string name="invalid_key">Invalid key</string>
Expand Down

0 comments on commit 3908c42

Please sign in to comment.