From 0632308de98a09549e3d9d6587aaa1ce71f187d3 Mon Sep 17 00:00:00 2001 From: thororen <78185467+thororen1234@users.noreply.github.com> Date: Sun, 21 Apr 2024 00:23:13 -0400 Subject: [PATCH] Updater Phrasing --- src/Vencord.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vencord.ts b/src/Vencord.ts index 48d55a71..f7b2ae13 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -96,7 +96,7 @@ async function init() { await update(); if (Settings.autoUpdateNotification) setTimeout(() => showNotification({ - title: "Vencord has been updated!", + title: "Equicord has been updated!", body: "Click here to restart", permanent: true, noPersist: true, @@ -106,7 +106,7 @@ async function init() { } setTimeout(() => showNotification({ - title: "A Vencord update is available!", + title: "A Equicord update is available!", body: "Click here to view the update", permanent: true, noPersist: true,