diff --git a/src/components/withLocalize.js b/src/components/withLocalize.js index a5fbb53e57de..0a6797ff027c 100755 --- a/src/components/withLocalize.js +++ b/src/components/withLocalize.js @@ -56,7 +56,7 @@ class LocaleContextProvider extends React.Component { timestampToDateTime: this.timestampToDateTime.bind(this), fromLocalPhone: this.fromLocalPhone.bind(this), toLocalPhone: this.toLocalPhone.bind(this), - locale: this.props.preferredLocale, + preferredLocale: this.props.preferredLocale, }; }