diff --git a/components/SystemSettings.js b/components/SystemSettings.js index 9f87da1..82a7fec 100644 --- a/components/SystemSettings.js +++ b/components/SystemSettings.js @@ -290,16 +290,16 @@ function SettingRow({ row, onSaved }) {
- {row.key} + + {row.description || row.key} + {isSecret && ( secret )}
- {row.description && ( -

{row.description}

- )} + {row.key}