diff --git a/app/mm-redux/client/client4.ts b/app/mm-redux/client/client4.ts index 87bec7d61..72550d020 100644 --- a/app/mm-redux/client/client4.ts +++ b/app/mm-redux/client/client4.ts @@ -1393,7 +1393,7 @@ export default class Client4 { }; updateChannelNotifyProps = async (props: any) => { - this.trackEvent('api', 'api_users_update_channel_notifcations', {channel_id: props.channel_id}); + this.trackEvent('api', 'api_users_update_channel_notifications', {channel_id: props.channel_id}); return this.doFetch( `${this.getChannelMemberRoute(props.channel_id, props.user_id)}/notify_props`,