fix(webpush): improve registration notification text

This commit is contained in:
Julien Oculi 2025-05-16 12:22:36 +02:00
parent dec614047e
commit 6d5e7d1df1

View file

@ -10,7 +10,7 @@ export const handler = define.handlers({
await saveSubscription(subscription)
await sendWebPushNotification(
'Notifications desormais disponible sur votre appareil',
'Les notifications sont desormais disponibles sur votre appareil',
{},
(sub) =>
sub.keys !== undefined && sub.keys.auth === subscription.keys?.auth,