diff --git a/webview/src/ConfigEditor/fields.tsx b/webview/src/ConfigEditor/fields.tsx index 6dd8cd7..69d0f6d 100644 --- a/webview/src/ConfigEditor/fields.tsx +++ b/webview/src/ConfigEditor/fields.tsx @@ -24,7 +24,7 @@ function pathValidator(value?: string): string | null { export function name(config: FileSystemConfig, onChange: FSCChanged<'name'>): React.ReactElement { const callback = (value: string) => onChange('name', value); - const description = 'Name of the config. Can not exists of : \\"'; + const description = 'Name of the config. Can not exists of : \\/"'; return }