From b635f29f45928210bc9a9a8c5d201d91a6b48a07 Mon Sep 17 00:00:00 2001 From: devthejo Date: Wed, 9 Jul 2025 22:25:57 +0200 Subject: [PATCH] fix: wip --- src/notifications/channels/notifSystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications/channels/notifSystem.js b/src/notifications/channels/notifSystem.js index 45995ea..b9c9dfe 100644 --- a/src/notifications/channels/notifSystem.js +++ b/src/notifications/channels/notifSystem.js @@ -5,6 +5,6 @@ const channelId = "system"; export async function createNotificationChannel() { await createChannel({ id: channelId, - name: "System", + name: "Paramètres", }); }