Merge pull request #882 from infinite-persistence/native-rewrite

Fix minor typo for string in 'generate_address_hint'.
This commit is contained in:
Akinwale Ariwodola 2020-05-20 10:13:21 +01:00 committed by GitHub
commit f6672ca695
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -174,7 +174,7 @@
<string name="receive_credits">Receive Credits</string> <string name="receive_credits">Receive Credits</string>
<string name="use_this_address_hint">Use this wallet address to receive credits sent by another user (or yourself).</string> <string name="use_this_address_hint">Use this wallet address to receive credits sent by another user (or yourself).</string>
<string name="get_new_address">Get new address</string> <string name="get_new_address">Get new address</string>
<string name="generate_address_hint">You can generate a new address at any time, and any previous addresses will conintue to work. Using multiple addresses can be helpful for keeping track of incoming payments from multiple sources.</string> <string name="generate_address_hint">You can generate a new address at any time, and any previous addresses will continue to work. Using multiple addresses can be helpful for keeping track of incoming payments from multiple sources.</string>
<string name="send_credits">Send Credits</string> <string name="send_credits">Send Credits</string>
<string name="recipient_address">Recipient address</string> <string name="recipient_address">Recipient address</string>