refactor(frontend): 非推奨の表現を改める (#14517)

This commit is contained in:
かっこかり
2024-09-15 12:31:17 +09:00
committed by GitHub
parent be0906a6c7
commit 1544ba9153
3 changed files with 33 additions and 34 deletions

View File

@@ -63,7 +63,7 @@ async function detachAndDeleteMedia(file: Misskey.entities.DriveFile) {
const { canceled } = await os.confirm({
type: 'warning',
text: i18n.t('driveFileDeleteConfirm', { name: file.name }),
text: i18n.tsx.driveFileDeleteConfirm({ name: file.name }),
});
if (canceled) return;