feat: Allow unlocking excluded modules (#2180)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich 2025-06-20 23:19:51 +00:00 committed by GitHub
parent 8639228721
commit bcc3a0f107
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 100 additions and 15 deletions

View file

@ -692,4 +692,5 @@
<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>
<string name="modules_unlocked">Modules unlocked</string>
</resources>