We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bf199 commit 7fa6ea0Copy full SHA for 7fa6ea0
packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorConfigurationModal.tsx
@@ -118,7 +118,7 @@ interface ConfigModalControlProps {
118
const ConfigModalControl: React.FunctionComponent<ConfigModalControlProps> = ({
119
children,
120
title = 'Editor settings',
121
- description = 'Settings will be applied immediately',
+ description = 'Changes apply immediately',
122
ouiaId = 'CodeEditorConfigurationModal'
123
}: ConfigModalControlProps) => {
124
const [isModalOpen, setIsModalOpen] = useState(false);
0 commit comments