add login text to translations

This commit is contained in:
ansuz 2016-08-30 18:12:05 +02:00
parent ae116d4772
commit f281cf898e
1 changed files with 3 additions and 0 deletions

View File

@ -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;
});