Don't display 'Hello null' if we can't get the account name

This commit is contained in:
yflory
2017-02-03 10:48:15 +01:00
parent 8648ff208e
commit 46b48df966
3 changed files with 7 additions and 1 deletions

View File

@@ -282,6 +282,7 @@ define(function () {
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>';
out.login_hello = 'Hello {0},'; // {0} is the username
out.login_helloNoName = 'Hello,';
out.login_accessDrive = 'Access your drive';
// index.html