diff --git a/wasm/channels.go b/wasm/channels.go
index 3f25559bc2a283ae5fc0042ecd5f374e56818a65..c452d1adc6b7c9a4a9720edcc3d580a55378b002 100644
--- a/wasm/channels.go
+++ b/wasm/channels.go
@@ -1703,7 +1703,7 @@ func (cm *ChannelsManager) SetMobileNotificationsLevel(_ js.Value, args []js.Val
 	return nil
 }
 
-// GetNotificationReportsForMe checks the notification data against the filter
+// GetChannelNotificationReportsForMe checks the notification data against the filter
 // list to determine which notifications belong to the user. A list of
 // notification reports is returned detailing all notifications for the user.
 //