mirror of https://github.com/xwiki-labs/cryptpad
add login text to translations
This commit is contained in:
parent
ae116d4772
commit
f281cf898e
|
@ -70,5 +70,8 @@ define(function () {
|
|||
'*/'
|
||||
].join('');
|
||||
|
||||
out.loginText = '<p>Your username and password are used to generate a unique key which is never known by our server.</p>\n' +
|
||||
'<p>Be careful not to forget your credentials, as they are impossible to recover</p>';
|
||||
|
||||
return out;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue