From 104a04597ca5a6cb5d826745f5497c34af1ead4f Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 31 May 2022 17:52:01 +0530 Subject: [PATCH] flag a hardcoded translation --- www/common/sframe-common-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index 9de40b11a..d5845a29b 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -34,7 +34,7 @@ define([ }; - Messages.upload_tooLargeBrief = "File exceeds the {0}MB limit for this drive"; + Messages.upload_tooLargeBrief = "File exceeds the {0}MB limit for this drive"; // XXX module.create = function (common, config) { var File = {}; //var origin = common.getMetadataMgr().getPrivateData().origin;