Merge pull request #990 from nextcloud/notification-wording

Name change is in Chat, not right sidebar
This commit is contained in:
Ivan Sein 2018-06-21 17:53:43 +02:00 коммит произвёл GitHub
Родитель b6fc398886 b8a68510d5
Коммит 41c9423c32
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -818,7 +818,7 @@
avatar.imageplaceholder('?', guestName, 128);
avatar.css('background-color', '#b9b9b9');
if (this.displayedGuestNameHint === false) {
OC.Notification.showTemporary(t('spreed', 'You can set your name on the right sidebar so other participants can identify you better.'));
OC.Notification.showTemporary(t('spreed', 'Set your name in the chat window so other participants can identify you better.'));
this.displayedGuestNameHint = true;
}
}