Skip to content

Commit 7fa6ea0

Browse files
committed
fix: microcopy changes per RH style guidelines
1 parent b9bf199 commit 7fa6ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorConfigurationModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ interface ConfigModalControlProps {
118118
const ConfigModalControl: React.FunctionComponent<ConfigModalControlProps> = ({
119119
children,
120120
title = 'Editor settings',
121-
description = 'Settings will be applied immediately',
121+
description = 'Changes apply immediately',
122122
ouiaId = 'CodeEditorConfigurationModal'
123123
}: ConfigModalControlProps) => {
124124
const [isModalOpen, setIsModalOpen] = useState(false);

0 commit comments

Comments
 (0)