ask anonymous, first-time users to set their name when they first join a pad

This commit is contained in:
Yann Flory
2016-10-21 15:17:15 +02:00
parent 5d9b81ab2f
commit 1e003b13a8
6 changed files with 26 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ define(function () {
out.userButton = 'USER';
out.userButtonTitle = 'Change your username';
out.changeNamePrompt = 'Change your name: ';
out.changeNamePrompt = 'Change your name (leave empty to be anonymous): ';
out.renameButton = 'RENAME';
out.renameButtonTitle = 'Change the title under which this document is listed on your home page';