diff --git a/src/main/updater/http.ts b/src/main/updater/http.ts index f4340dfc..5e282007 100644 --- a/src/main/updater/http.ts +++ b/src/main/updater/http.ts @@ -106,7 +106,7 @@ export async function migrateLegacyToAsar() { app.whenReady().then(() => { dialog.showErrorBox( "Legacy Install", - "The way Vencord loaded was changed and the updater failed to migrate. Please reinstall using the Vencord Installer!" + "The way Equicord loaded was changed and the updater failed to migrate. Please reinstall using the Equicord Installer!" ); app.exit(1); });