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 && (