From fb8704ae1fb44a16562883d7ae2d1a0453d38bc8 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 17 Feb 2021 17:30:19 +0530 Subject: [PATCH] remove hardcoded translation --- www/common/sframe-common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/sframe-common.js b/www/common/sframe-common.js index 9ff3d7d6e..c46a0641d 100644 --- a/www/common/sframe-common.js +++ b/www/common/sframe-common.js @@ -55,7 +55,6 @@ define([ var ctx = {}; funcs.Messages = Messages; -Messages.addOptionalPassword = "Add a password (optional)"; // XXX var evRealtimeSynced = Util.mkEvent(true);