mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove hardcoded translations
This commit is contained in:
parent
b1d9442008
commit
1a5d9e6b91
@ -769,7 +769,6 @@ define([
|
||||
}, function () {});
|
||||
};
|
||||
|
||||
Messages.access_offline = "You're currently offline. Access management is not available"; // XXX
|
||||
var getAccessTab = function (Env, data, opts, _cb) {
|
||||
var cb = Util.once(Util.mkAsync(_cb));
|
||||
var common = Env.common;
|
||||
|
||||
@ -273,7 +273,6 @@ define([
|
||||
var hasFriends = opts.hasFriends;
|
||||
var onFriendShare = Util.mkEvent();
|
||||
|
||||
Messages.share_noContactsOffline = "OFFLINE"; // XXX
|
||||
var metadataMgr = common.getMetadataMgr();
|
||||
var priv = metadataMgr.getPrivateData();
|
||||
if (priv.offline) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user