fix: Fix confirmation dialog title for permanently deleting files (#2960)
This commit is contained in:
committed by
GitHub
parent
f2289e3e80
commit
26735b5e7a
@@ -691,7 +691,7 @@ export class FilesController extends AbstractViewController<FilesControllerEvent
|
|||||||
}
|
}
|
||||||
|
|
||||||
deleteFilesPermanently = async (files: FileItem[]) => {
|
deleteFilesPermanently = async (files: FileItem[]) => {
|
||||||
const title = Strings.trashItemsTitle
|
const title = Strings.deleteItemsPermanentlyTitle
|
||||||
const text = files.length === 1 ? StringUtils.deleteFile(files[0].name) : Strings.deleteMultipleFiles
|
const text = files.length === 1 ? StringUtils.deleteFile(files[0].name) : Strings.deleteMultipleFiles
|
||||||
|
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user