improve i18n

This commit is contained in:
pa
2026-01-19 11:49:41 +09:00
parent 7303cd0b33
commit 1e25255ac5
34 changed files with 179 additions and 65 deletions
+1 -1
View File
@@ -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 }) => {