From 3b1cedff69da17114899d24f8661940696a0fd27 Mon Sep 17 00:00:00 2001 From: kevodwyer Date: Wed, 27 Mar 2024 15:59:49 +0000 Subject: [PATCH] put back translation item removed in error --- src/i18n/en-GB.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/en-GB.js b/src/i18n/en-GB.js index e7284977..1b6af51e 100644 --- a/src/i18n/en-GB.js +++ b/src/i18n/en-GB.js @@ -95,6 +95,7 @@ module.exports = { "DRIVE.UPLOAD.EMPTY":"Nothing to upload", "DRIVE.UPLOAD.EXISTS":"File: $NAME already exists in this location", "DRIVE.UPLOAD.REPLACE":"Do you wish to replace it?", + "DRIVE.MOVE.ERROR":"Error moving file: $NAME", "DRIVE.COPY.ERROR":"Error copying file: $NAME", "DRIVE.COPY.SPACE.ERROR":"File copy operation exceeds available space\nPlease free up $SPACE and try again", "DRIVE.COPY.TOTAL.SPACE.ERROR":"File copy operation exceeds total space\n" + "Please upgrade to get more space",