mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix Typo
This commit is contained in:
parent
34432e413f
commit
66c24b2878
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ function Updater() {
|
|||
<Switch
|
||||
value={settings.autoUpdateRelaunch}
|
||||
onChange={(v: boolean) => settings.autoUpdateRelaunch = v}
|
||||
note="Relaunch's the app after automatically updating with no prompt"
|
||||
note="Relaunches the app after automatically updating with no prompt"
|
||||
disabled={!settings.autoUpdate}
|
||||
>
|
||||
Automatically relaunch after updating
|
||||
|
|
Loading…
Reference in a new issue