refactor(frontend): 非推奨の表現を改める (#14517)
This commit is contained in:
parent
be0906a6c7
commit
1544ba9153
3 changed files with 33 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue