mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-26 02:03:49 +02:00
improve i18n
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
D.vrcLaunchPathOverride.endsWith('.exe') &&
|
||||
!D.vrcLaunchPathOverride.endsWith('launch.exe')
|
||||
) {
|
||||
toast.error('Invalid path, you must enter VRChat folder or launch.exe');
|
||||
toast.error(t('message.launch.invalid_path'));
|
||||
return;
|
||||
}
|
||||
configRepository.setString('vrcLaunchPathOverride', D.vrcLaunchPathOverride);
|
||||
|
||||
Reference in New Issue
Block a user