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:
authorJoas Schilling <coding@schilljs.com>2018-03-16 13:22:14 +0300
committerJoas Schilling <coding@schilljs.com>2018-03-16 13:22:14 +0300
commite805bfd0258128859695670bbb088461cd0cb936 (patch)
tree653efa6274e5a6d0dcd879e5d921ebab09c04055 /templates
parentad0b14c9e50a603ee8052d0dfbab2b8ecc8c4e86 (diff)
Fix empty content message and correctly hide the video input until it is loaded
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php4
-rw-r--r--templates/index.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 48336b661..780a7b5e8 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -99,8 +99,8 @@ script(
<div id="emptycontent">
<div id="emptycontent-icon" class="icon-video"></div>
- <h2><?php p($l->t('Looking great today! :)')) ?></h2>
- <p class="uploadmessage"><?php p($l->t('Smile in 3… 2… 1!')) ?></p>
+ <h2><?php p($l->t('Join a conversation or start a new one')) ?></h2>
+ <p class="uploadmessage"></p>
</div>
</div>
</div>
diff --git a/templates/index.php b/templates/index.php
index dc9cbb651..c3e81edf6 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -91,8 +91,8 @@ script(
<div id="emptycontent">
<div id="emptycontent-icon" 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>
+ <h2><?php p($l->t('Join a conversation or start a new one')) ?></h2>
+ <p class="uploadmessage"></p>
<div id="shareRoomContainer" class="" style="display: inline-flex">
<input id="shareRoomInput" class="share-room-input hidden" readonly="readonly" type="text"/>
<div id="shareRoomClipboardButton" class="shareRoomClipboard icon-clippy hidden" data-clipboard-target="#shareRoomInput"></div>