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", }); }