From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/I18n.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/I18n.tsx') diff --git a/src/I18n.tsx b/src/I18n.tsx index 5d969da1f..0e63d1086 100644 --- a/src/I18n.tsx +++ b/src/I18n.tsx @@ -18,7 +18,7 @@ type Props = { class I18N extends Component { componentDidUpdate() { - window['ferdi'].menu.rebuild(); + window['ferdium'].menu.rebuild(); } render() { @@ -28,7 +28,7 @@ class I18N extends Component { { - window['ferdi'].intl = intlProvider ? intlProvider.state.intl : null; + window['ferdium'].intl = intlProvider ? intlProvider.state.intl : null; }} > {children} -- cgit v1.2.3-70-g09d2