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:
parent
a09c44476c
commit
385708af80
5 changed files with 43 additions and 12 deletions
|
|
@ -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']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue