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
diff options
context:
space:
mode:
authorJulie Anne Noying <jule@tollwerk.de>2016-11-28 02:44:47 +0300
committerIvan Sein <ivan@struktur.de>2016-12-13 12:55:03 +0300
commit83b14ab7d1a5e2b035ed6a2a6e923fbbe43862c3 (patch)
treecd68072c4227960bc06e9439ecea98731c245847 /templates
parentc4f7c9773b0a9a71d823678f84f2d0ce085c829b (diff)
personalize caller experience with avatar and name
Signed-off-by: Julie Anne Noying <jule@tollwerk.de>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 88f8b9cbe..71d036ebb 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -64,9 +64,9 @@ script(
<div id="emptycontent">
- <div class="icon-video"></div>
- <h2><?php p($l->t('Looking great today! :)')) ?></h2>
- <p class="uploadmessage"><?php p($l->t('Time to call your friends')) ?></p>
+ <div id="displayavatar"><div class="avatardiv"></div></div>
+ <h2><?php p($l->t('Waiting for %s to join the call', [$_['shareOwner']])) ?></h2>
+ <p class="uploadmessage"><?php p($l->t('Smile in 3… 2… 1!')) ?></p>
</div>
</div>
</div>