Use a better default pad title

This commit is contained in:
yflory
2016-09-13 12:24:06 +02:00
parent 217e664d4c
commit c736caceba
2 changed files with 28 additions and 1 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;
});