From f82a04974abec33b007a4083bb04b4568b0df87f Mon Sep 17 00:00:00 2001
From: thororen <78185467+thororen1234@users.noreply.github.com>
Date: Tue, 3 Dec 2024 04:05:43 -0500
Subject: [PATCH] Fix Text
---
src/components/VencordSettings/UpdaterTab.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/VencordSettings/UpdaterTab.tsx b/src/components/VencordSettings/UpdaterTab.tsx
index 627d18f6..fbae59d7 100644
--- a/src/components/VencordSettings/UpdaterTab.tsx
+++ b/src/components/VencordSettings/UpdaterTab.tsx
@@ -224,10 +224,10 @@ function Updater() {
settings.autoUpdateRelaunch = v}
- note="When automatically updating relaunch as well"
+ note="Relaunch's the app after automatically updating with no prompt"
disabled={!settings.autoUpdate}
>
- Get notified when an automatic update completes
+ When automatically updating relaunch as well without a prompt
Repo