Skip to content

Commit ef1ea1f

Browse files
committed
fix(deleteAction): Remove unused nc l10n import
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
1 parent e3f341f commit ef1ea1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/src/actions/deleteAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import { emit } from '@nextcloud/event-bus'
2323
import { Permission, Node, View, FileAction, FileType } from '@nextcloud/files'
2424
import { showInfo } from '@nextcloud/dialogs'
25-
import { translate as t, translatePlural as n } from '@nextcloud/l10n'
25+
import { translate as t } from '@nextcloud/l10n'
2626
import axios from '@nextcloud/axios'
2727

2828
import CloseSvg from '@mdi/svg/svg/close.svg?raw'

0 commit comments

Comments
 (0)