зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #990 from nextcloud/notification-wording
Name change is in Chat, not right sidebar
This commit is contained in:
Коммит
41c9423c32
|
@ -818,7 +818,7 @@
|
||||||
avatar.imageplaceholder('?', guestName, 128);
|
avatar.imageplaceholder('?', guestName, 128);
|
||||||
avatar.css('background-color', '#b9b9b9');
|
avatar.css('background-color', '#b9b9b9');
|
||||||
if (this.displayedGuestNameHint === false) {
|
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;
|
this.displayedGuestNameHint = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче