Forgot password screen at /users/password/new:  There's a JavaScript error in the console: `Uncaught ReferenceError: I18n is not defined` Caused by this code: ``` <script> I18n = I18n || {} I18n.defaultLocale = "en" I18n.locale = "en" </script> ```
Forgot password screen at /users/password/new:
There's a JavaScript error in the console:
Uncaught ReferenceError: I18n is not definedCaused by this code: