Merge branch 'defaultTitle'

This commit is contained in:
ansuz
2016-09-15 10:18:12 +02:00
6 changed files with 131 additions and 43 deletions

View File

@@ -73,5 +73,11 @@ 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.type = {};
out.type.pad = 'Pad';
out.type.code = 'Code';
out.type.poll = 'Poll';
out.type.slide = 'Presentation';
return out;
});