mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
improve i18n
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ export const useVrcxStore = defineStore('Vrcx', () => {
|
||||
toast.dismiss(msgBox);
|
||||
if (state.databaseVersion) {
|
||||
// only display when database exists
|
||||
toast.success('Database upgrade complete');
|
||||
toast.success(t('message.database.upgrade_complete'));
|
||||
}
|
||||
state.databaseVersion = databaseVersion;
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user