mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
remove hardcoded translation
This commit is contained in:
parent
0a72e89160
commit
bcdf2f467f
@ -513,8 +513,7 @@ define([
|
||||
var privateData = metadataMgr.getPrivateData();
|
||||
var url = Hash.getPublicSigningKeyString(privateData.origin, data.name, data.edPublic);
|
||||
var success = Clipboard.copy(url);
|
||||
Messages.edCopySuccess = "Copied key to clipboard"; // XXX
|
||||
if (success) { UI.log(Messages.shareSuccess); }
|
||||
if (success) { UI.log(Messages.genericCopySuccess); }
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user