1
0

merge: upstream (1)

This commit is contained in:
Marie
2024-01-21 13:11:23 +01:00
258 changed files with 18802 additions and 7557 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ fetch();
async function del() {
const { canceled } = await os.confirm({
type: 'warning',
text: i18n.t('removeAreYouSure', { x: file.value.name }),
text: i18n.tsx.removeAreYouSure({ x: file.value.name }),
});
if (canceled) return;