We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cab5b commit 9698c72Copy full SHA for 9698c72
src/dashboard/Push/PushNew.react.js
@@ -597,7 +597,13 @@ class PushNew extends DashboardView {
597
})}
598
</div>
599
{ !this.state.loadingLocale && this.state.availableLocales.length === 0 ?
600
- null :
+ <a
601
+ href="https://github.com/parse-community/parse-dashboard#configuring-localized-push-notifications"
602
+ style={{ color: '#169CEE'}}
603
+ target='_blank'
604
+ >
605
+ Please follow this guide to setup the push locales feature
606
+ </a> :
607
<Button
608
progress={this.state.loadingLocale}
609
disabled={this.state.availableLocales.length === 0}
0 commit comments