diff --git a/src/lib/components/common/CodeEditor.svelte b/src/lib/components/common/CodeEditor.svelte index 86af38f2d2..9453c6ce32 100644 --- a/src/lib/components/common/CodeEditor.svelte +++ b/src/lib/components/common/CodeEditor.svelte @@ -15,7 +15,7 @@ import { toast } from 'svelte-sonner'; const dispatch = createEventDispatcher(); - const $i18n = getContext('i18n'); + const i18n = getContext('i18n'); export let boilerplate = ''; export let value = '';