diff options
Diffstat (limited to 'src/components/ConfigFileTab.tsx')
| -rw-r--r-- | src/components/ConfigFileTab.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ConfigFileTab.tsx b/src/components/ConfigFileTab.tsx index 07408d7..fd6d716 100644 --- a/src/components/ConfigFileTab.tsx +++ b/src/components/ConfigFileTab.tsx @@ -80,7 +80,7 @@ export function ConfigFileTab() { if (!result) { return ( - <PanelSection title={t("NERD_CONFIG_FILE", "Configuration File")}> + <PanelSection title={t("NERD_CONFIG_FILE", "Config / Debug")}> <PanelSectionRow> <Spinner /> </PanelSectionRow> @@ -108,7 +108,7 @@ export function ConfigFileTab() { } `} </style> - <PanelSection title={t("NERD_CONFIG_FILE", "Configuration File")}> + <PanelSection title={t("NERD_CONFIG_FILE", "Config / Debug")}> {result.error && ( <PanelSectionRow> <Field label="Error" description={result.error} /> |
