diff --git a/routes/api/webpush/subscription.ts b/routes/api/webpush/subscription.ts index ad1d626..e79e69f 100644 --- a/routes/api/webpush/subscription.ts +++ b/routes/api/webpush/subscription.ts @@ -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,