From d58f293ab8a7213d3a8d277eab408037708852d0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 8 Apr 2019 17:41:22 +0200 Subject: [PATCH] change label & timeout --- src/app/files/fileManager.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/files/fileManager.js b/src/app/files/fileManager.js index 245e7533be9..0ed8a3395d4 100644 --- a/src/app/files/fileManager.js +++ b/src/app/files/fileManager.js @@ -147,9 +147,9 @@ class FileManager extends ApiFactory { this.switchFile(newPath) e.target.innerHTML = 'Saved' warnToaster.hide() - }}>Save As Another + }}>Save As Copy ` - warnToaster = await toaster(yo`
${this.currentRequest.from} is modyfing to ${path}
`, actions, { time: 4000 }) + warnToaster = await toaster(yo`
${this.currentRequest.from} is modyfing ${path}
`, actions, { time: 6000 }) if (reject) throw new Error(`set file operation on ${path} aborted by user.`) if (savedAsAnotherFile) return }