We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130b63b commit 65d68f8Copy full SHA for 65d68f8
packages/web/src/javascripts/Controllers/FilesController.ts
@@ -781,7 +781,7 @@ export class FilesController extends AbstractViewController<FilesControllerEvent
781
.downloadFile(file, async (bytesChunk, progress) => {
782
await writer.write(bytesChunk)
783
updateToast(toast, {
784
- message: `Downloading file "${truncateString(file.name, 20)}"`,
+ message: `Downloading "${truncateString(file.name, 25)}"`,
785
progress: Math.floor(progress.percentComplete),
786
})
787
0 commit comments