Fix stale seed location path in seed_display_path (#3440)

The string still described the old UI navigation ("Menu → Security and Backup → Show key/seeds"). With FeatureFlag.hasNewUi there is no Menu, and the Show seed/keys row is commented out of the Security page. Seeds and keys now live at Settings → Wallet settings → Seed & Keys. Rendered in two places, both reachable: - seed_verification_success_view.dart:54 - wallet_group_existing_seed_description_page.dart:57

Seth For Privacy committed Jul 24, 2026 at 19:29 UTC 1a0c3e0d6b5c0c1bad90cdd4bef1c2e118015886
1 file changed +1 -1
res/values/strings_en.arb
+1 -1
@@ -947,7 +947,7 @@
947 "seed_alert_yes": "Yes, I have",
948 "seed_and_keys": "Seed & Keys",
949 "seed_choose": "Choose seed language",
950 - "seed_display_path": "Menu → Security and Backup → Show key/seeds",
950 + "seed_display_path": "Settings → Wallet settings → Seed & Keys",
951 "seed_hex_form": "Wallet seed (hex form)",
952 "seed_key": "Seed key",
953 "seed_language": "Seed language",