From 7636ccc8ffae29de6a18905c8001b6198fe81720 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 10 Sep 2020 15:12:46 +0530 Subject: [PATCH] remove hardcoded translation --- www/common/drive-ui.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index c9456ccdd..841843d5f 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -2341,8 +2341,6 @@ define([ msg = Messages._getKey('fm_info_sharedFolderHistory', [sfName]); return $(common.fixLinks($box.html(msg))); } - Messages.fm_info_anonymous = "You are not logged in so your pads will expire after {0} days (find out more). They are stored in your browser so clearing history may make them disappear.
Sign up or Log in to keep them alive.
"; // XXX XXX - // XXX update this key to use "{0} days" instead of "3 months" if (!APP.loggedIn) { msg = APP.newSharedFolder ? Messages.fm_info_sharedFolder : Messages._getKey('fm_info_anonymous', [ApiConfig.inactiveTime || 90]); return $(common.fixLinks($box.html(msg)));