Refactor node count display in MainAppBar (#2210)

This commit is contained in:
James Rich 2025-06-22 04:31:07 +00:00 committed by GitHub
parent 3efd463a5b
commit 65ab9eb40d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 15 additions and 5 deletions

View file

@ -694,4 +694,5 @@
<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>
<string name="remote">Remote</string>
<string name="node_count_template">(%1$d online / %2$d total)</string>
</resources>