Fix navigation placeholder and also fix further wording in loading messages etc

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2020-05-09 15:56:01 +02:00
commit 385708af80
No known key found for this signature in database
GPG key ID: CBD846FC845CBE17
5 changed files with 43 additions and 12 deletions

View file

@ -633,7 +633,7 @@ class ApiController extends Controller {
// Append Display Name
if (substr($submission['userId'], 0, 10) === 'anon-user-') {
// Anonymous User
$submission['userDisplayName'] = $this->l10n->t('anonymous user');
$submission['userDisplayName'] = $this->l10n->t('Anonymous response');
} else {
$userEntity = $this->userManager->get($submission['userId']);