diff --git a/src/dashboard/Push/PushNew.react.js b/src/dashboard/Push/PushNew.react.js
index f61d6fae46..e75704644b 100644
--- a/src/dashboard/Push/PushNew.react.js
+++ b/src/dashboard/Push/PushNew.react.js
@@ -596,7 +596,7 @@ class PushNew extends DashboardView {
key={i} />);
})}
- { !this.state.loadingLocale && this.state.availableLocales.length === 0 ?
+ { !this.state.loadingLocale && this.state.locales.length === 0 ?
Please follow this guide to setup the push locales feature
:
+ !this.state.loadingLocale && this.state.availableLocales.length === 0 ? null :