This commit is contained in:
Simon Caron
2025-01-03 16:33:51 -05:00
parent dc9008f31c
commit ed993d07ce
6 changed files with 256 additions and 38 deletions

View File

@@ -407,7 +407,7 @@ function useDownloadProvider() {
queryClient.invalidateQueries({ queryKey: ["downloadedItems"] }),
])
.then(() =>
toast.success(t("home.downloads.toasts.all_files_folders_jobs_deleted"))
toast.success(t("home.downloads.toasts.all_files_folders_and_jobs_deleted_successfully"))
)
.catch((reason) => {
console.error("Failed to delete all files, folders, and jobs:", reason);