Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2018-06-21 17:39:12 +0300
committerJoas Schilling <coding@schilljs.com>2018-07-12 10:48:37 +0300
commite00c092de5c244e0a1b18c746ac18108269d63b0 (patch)
tree8e283ad0d93a350f9ab230cecaa566c9cf0ceb2c /js/app.js
parentaa470920e7113698897b914440927b3e174d8f8f (diff)
Name change is in Chat, not right sidebar
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index 0328350dc..6ad5f4487 100644
--- a/js/app.js
+++ b/js/app.js
@@ -820,7 +820,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;
}
}