mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-30 04:03:48 +02:00
improve i18n
This commit is contained in:
@@ -418,7 +418,7 @@ export const useAuthStore = defineStore('Auth', () => {
|
||||
function logout() {
|
||||
modalStore
|
||||
.confirm({
|
||||
description: 'Continue? Logout',
|
||||
description: t('confirm.logout'),
|
||||
title: 'Confirm'
|
||||
})
|
||||
.then(({ ok }) => {
|
||||
|
||||
Reference in New Issue
Block a user