From a789cb17db0d40b203dc2d895160daa36acc07fa Mon Sep 17 00:00:00 2001 From: "Nik (Claude)" Date: Tue, 16 Jun 2026 12:53:13 +0300 Subject: [PATCH] feat: human-readable labels for system settings --- components/SystemSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SystemSettings.js b/components/SystemSettings.js index 61385f1..73fa275 100644 --- a/components/SystemSettings.js +++ b/components/SystemSettings.js @@ -291,7 +291,7 @@ function SettingRow({ row, onSaved }) {
- {row.description || row.key} + {SETTING_LABELS[row.key] || row.description || row.key} {isSecret && (