From f0d7a07ed63d8a6e31a3e8d548647df2a244601b Mon Sep 17 00:00:00 2001 From: Gregory Salaun Date: Mon, 17 Aug 2026 00:55:24 +0200 Subject: [PATCH] docs(settings): drop four explanatory paragraphs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Text only — every feature stays exactly as it was. gen.mwDesc what a Most Wanted rank is bk.hintMysql what the on-close backup does with a MySQL logbook db.profileHint that the logbook follows the active profile db.mysqlHint that several OpsLogs on one MySQL see each other live They explained things an operator already knows, in a settings panel that has plenty to read as it is. The backup header keeps its ordinary hint; only the longer MySQL variant goes. Each removed from BOTH dictionaries: a string left in one and dropped from the other shows the bare key in the other language, which is what TestEveryStringIsInBothLanguages exists to catch — and it passes. --- frontend/src/components/SettingsModal.tsx | 12 +++--------- frontend/src/lib/i18n.tsx | 16 ++++++++-------- 2 files changed, 11 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/SettingsModal.tsx b/frontend/src/components/SettingsModal.tsx index 70642db..a30e824 100644 --- a/frontend/src/components/SettingsModal.tsx +++ b/frontend/src/components/SettingsModal.tsx @@ -4743,7 +4743,7 @@ export function SettingsModal({ onClose, onSaved, initialSection, onMainPaneChan <>
-

{t('db.profileHint')}

{/* Compact active-backend confirmation / MySQL-fallback warning. */} {backendStatus && ( @@ -5736,7 +5735,6 @@ export function SettingsModal({ onClose, onSaved, initialSection, onMainPaneChan {/* MySQL: shared logbook connection (multi-operator) */} {mysqlCfg.enabled && (
-
{t('db.mysqlHint')}
setMysqlField({ host: e.target.value })} /> @@ -6227,12 +6225,8 @@ export function SettingsModal({ onClose, onSaved, initialSection, onMainPaneChan }} className="mt-0.5" /> - - {t('gen.mwShow')} - - {t('gen.mwDesc')} - - + {/* No explanatory line: every operator knows what Most Wanted is. */} + {t('gen.mwShow')}