This commit is contained in:
pa
2026-02-18 18:14:21 +09:00
parent a13b197d06
commit 7288995c73
22 changed files with 198 additions and 110 deletions
+1 -1
View File
@@ -1641,7 +1641,7 @@ export const useFriendStore = defineStore('Friend', () => {
modalStore
.confirm({
description: t('confirm.unfriend'),
title: 'Confirm'
title: t('confirm.title')
})
.then(async ({ ok }) => {
if (!ok) return;