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
+2 -2
View File
@@ -359,8 +359,8 @@
const closeInstance = (location) => {
modalStore
.confirm({
description: 'Continue? X Instance, nobody will be able to join',
title: 'Confirm'
description: t('confirm.close_instance'),
title: t('confirm.title')
})
.then(async ({ ok }) => {
if (!ok) return;