fix: Fix confirmation dialog title for permanently deleting files (#2960)

This commit is contained in:
Antonella Sgarlatta
2025-12-03 11:38:13 -03:00
committed by GitHub
parent f2289e3e80
commit 26735b5e7a

View File

@@ -691,7 +691,7 @@ export class FilesController extends AbstractViewController<FilesControllerEvent
}
deleteFilesPermanently = async (files: FileItem[]) => {
const title = Strings.trashItemsTitle
const title = Strings.deleteItemsPermanentlyTitle
const text = files.length === 1 ? StringUtils.deleteFile(files[0].name) : Strings.deleteMultipleFiles
if (