fix(webpush): improve registration notification text
This commit is contained in:
parent
dec614047e
commit
6d5e7d1df1
|
|
@ -10,7 +10,7 @@ export const handler = define.handlers({
|
||||||
await saveSubscription(subscription)
|
await saveSubscription(subscription)
|
||||||
|
|
||||||
await sendWebPushNotification(
|
await sendWebPushNotification(
|
||||||
'Notifications desormais disponible sur votre appareil',
|
'Les notifications sont desormais disponibles sur votre appareil',
|
||||||
{},
|
{},
|
||||||
(sub) =>
|
(sub) =>
|
||||||
sub.keys !== undefined && sub.keys.auth === subscription.keys?.auth,
|
sub.keys !== undefined && sub.keys.auth === subscription.keys?.auth,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue