chore(translations): remove unused strings [no changelog]
What changed, and why it matters
This commit simply removes four unused English translation text strings from a language file. There is no code change, no functional change, and no security relevance.
No action needed. This is a non-security cleanup commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit deletes four unused translation keys from core/translations/en.json: auto_lock__turned_on, confirm_total__fee_rate_colon, ethereum__amount_sent, and reboot_to_bootloader__just_a_moment. No executable code, logic, or security-sensitive behavior is modified.
Changed components
core/translations/en.jsonInspect captured patch +0 / −4
diff --git a/core/translations/en.json b/core/translations/en.json
index 305b7acc..4b5e34e6 100644
--- a/core/translations/en.json
+++ b/core/translations/en.json
@@ -70,7 +70,6 @@
"Delizia": "Auto-lock delay",
"Eckhart": "Auto-lock"
},
- "auto_lock__turned_on": "Auto-lock turned on",
"backup__can_back_up_anytime": "You can back up your Trezor once, at any time.",
"backup__create_backup_to_prevent_loss": {
"Bolt": "Create a backup to avoid losing access to your funds",
@@ -506,7 +505,6 @@
},
"coinjoin__waiting_for_others": "Waiting for others",
"confirm_total__fee_rate": "Fee rate",
- "confirm_total__fee_rate_colon": "Fee rate:",
"confirm_total__title_fee": "Fee info",
"confirm_total__title_sending_from": {
"Bolt": "",
@@ -755,7 +753,6 @@
"Delizia": "",
"Eckhart": ""
},
- "ethereum__amount_sent": "Amount sent:",
"ethereum__approve": "Approve",
"ethereum__approve_amount_allowance": "Amount allowance",
"ethereum__approve_chain_id": "Chain ID",
@@ -1711,7 +1708,6 @@
"progress__signing_transaction": "Signing transaction...",
"progress__syncing": "Syncing...",
"progress__x_seconds_left_template": "{0} seconds left",
- "reboot_to_bootloader__just_a_moment": "Just a moment...",
"reboot_to_bootloader__restart": "Trezor will restart in bootloader mode.",
"reboot_to_bootloader__title": "Go to bootloader",
"reboot_to_bootloader__version_by_template": "Firmware version {0}\nby {1}",
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.