diff --git a/webapp/root.jsx b/webapp/root.jsx index 2318c0682a..2fce25532d 100644 --- a/webapp/root.jsx +++ b/webapp/root.jsx @@ -119,7 +119,7 @@ function preRenderSetup(callwhendone) { if (global.Intl) { afterIntl(); } else { - I18n.safarifix(afterIntl); + I18n.safariFix(afterIntl); } }