mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: clear public key when private key edited (#2190)
This commit is contained in:
parent
7acc5ef8e8
commit
b5a503c0cb
2 changed files with 14 additions and 2 deletions
|
|
@ -689,7 +689,7 @@
|
|||
<string name="client_notification">Client Notification</string>
|
||||
<string name="compromised_keys">Compromised keys detected, select OK to regenerate.</string>
|
||||
<string name="regenerate_private_key">Regenerate Private Key</string>
|
||||
<string name="regenerate_keys_confirmation">Are you sure you want to regenerate your Private Key?</string>
|
||||
<string name="regenerate_keys_confirmation">Are you sure you want to regenerate your Private Key?\n\nNodes that may have previously exchanged keys with this node will need to Remove that node and re-exchange keys in order to resume secure communication.</string>
|
||||
<string name="export_keys">Export Keys</string>
|
||||
<string name="export_keys_confirmation">Exports public and private keys to a file. Please store somewhere securely.</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue