feat(settings): rename RPC toggle to "RPC Connection..." (Tools & Actions style)

Rename the RPC collapsible header from "RPC CONNECTION" to "RPC Connection..." and
render it in the body2 font so it matches the "Tools & Actions..." toggle exactly.

Full-node build clean; hygiene clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-02 02:53:08 -05:00
parent d68bc27aac
commit bdccddfeee
2 changed files with 2 additions and 2 deletions

View File

@@ -257,7 +257,7 @@ void I18n::loadBuiltinEnglish()
strings_["setup_wizard"] = "Run Setup Wizard...";
// RPC / Explorer settings
strings_["rpc_connection"] = "RPC CONNECTION";
strings_["rpc_connection"] = "RPC Connection...";
strings_["rpc_host"] = "Host";
strings_["rpc_port"] = "Port";
strings_["rpc_user"] = "Username";