From 3e2b9f2a1df568608ecbbb5651d881769ba36cc7 Mon Sep 17 00:00:00 2001 From: efarooqui Date: Tue, 9 Feb 2021 16:58:13 -0800 Subject: [PATCH] Redundant error message in copy file --- src/copy/en.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/copy/en.js b/src/copy/en.js index b4ccf21..a1b412b 100644 --- a/src/copy/en.js +++ b/src/copy/en.js @@ -5,7 +5,6 @@ export default { fileMissing: 'The server could not export. Check that you provided a file path to export to and try again.', writeFailed: 'The server could not export the data to the file. There is an issue with the data format' }, - exportFileMissing: 'The server could not export. Check that you provided a file path to export to and try again.', onlySheet: 'You cannot query a sheet directly. The URL needs to be in the format /:sheet/:tab/:resource.', onlyTab: 'You cannot query a tab directly. The URL needs to be in the format /:sheet/:tab/:resource.', noSheet: sheet => `The sheet ${sheet} is not available in this server.`,