Update http.ts

This commit is contained in:
thororen 2024-10-20 01:39:49 -04:00 committed by GitHub
parent 38b7b0de17
commit 6dac1ee83f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
});