Change wording

This commit is contained in:
Hongbo Wu 2022-12-09 11:01:49 +08:00
parent 181b401030
commit 4e8a58724e

View file

@ -124,7 +124,7 @@ export const triggerActions = async (
)
case RuleActionType.SendNotification: {
const data: NotificationData = {
title: 'New page added to your feed',
title: 'New page added to your library',
body: filteredPage.title,
image: filteredPage.image,
}