From 8d7dcf44e2c6951a501c74dca21d453f2f9966e4 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Mon, 31 Jul 2017 11:37:54 -0400 Subject: PLT-7235 Fix broken links on System Console Mobile Push settings page (#7047) * Update push_settings.jsx * Update en.json --- webapp/components/admin_console/push_settings.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webapp/components') diff --git a/webapp/components/admin_console/push_settings.jsx b/webapp/components/admin_console/push_settings.jsx index 3b21f727a..c5aebf69e 100644 --- a/webapp/components/admin_console/push_settings.jsx +++ b/webapp/components/admin_console/push_settings.jsx @@ -120,28 +120,28 @@ export default class PushSettings extends AdminSettings { sendHelpText = ( ); } else if (this.state.pushNotificationServerType === PUSH_NOTIFICATIONS_MHPNS) { pushServerHelpText = ( ); } else if (this.state.pushNotificationServerType === PUSH_NOTIFICATIONS_MTPNS) { pushServerHelpText = ( ); } else { pushServerHelpText = ( ); } -- cgit v1.2.3-1-g7c22