mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
improve i18n
This commit is contained in:
@@ -1581,7 +1581,7 @@ export const useFriendStore = defineStore('Friend', () => {
|
||||
function confirmDeleteFriend(id) {
|
||||
modalStore
|
||||
.confirm({
|
||||
description: 'Continue? Unfriend',
|
||||
description: t('confirm.unfriend'),
|
||||
title: 'Confirm'
|
||||
})
|
||||
.then(async ({ ok }) => {
|
||||
|
||||
Reference in New Issue
Block a user