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-28 14:23:11 +0300
committerJoas Schilling <coding@schilljs.com>2018-03-28 16:01:12 +0300
commit9654ca510f05065f1aca80a5b2f4cf45a8b0dcc8 (patch)
tree06aba28a2739414d22ff846700108f5b6dda2cb9 /templates
parent0ae0424ffefe9188348a81f7e373a239c227c860 (diff)
Add shortcut hint to video toggle
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php2
-rw-r--r--templates/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 141e9b306..3a9bef341 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -74,7 +74,7 @@ script(
</div>
<div class="nameIndicator">
<button id="mute" class="icon-audio icon-white icon-shadow" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Mute audio (m)')) ?>"></button>
- <button id="hideVideo" class="icon-video icon-white icon-shadow" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Disable video')) ?>"></button>
+ <button id="hideVideo" class="icon-video icon-white icon-shadow" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Disable video (v)')) ?>"></button>
<button id="screensharing-button" class="app-navigation-entry-utils-menu-button icon-screen-off icon-white icon-shadow screensharing-disabled" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Share screen')) ?>"></button>
<div id="screensharing-menu" class="app-navigation-entry-menu">
<ul>
diff --git a/templates/index.php b/templates/index.php
index c0f00bc81..eb77a52c5 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -66,7 +66,7 @@ script(
</div>
<div class="nameIndicator">
<button id="mute" class="icon-audio icon-white icon-shadow" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Mute audio (m)')) ?>"></button>
- <button id="hideVideo" class="icon-video icon-white icon-shadow" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Disable video')) ?>"></button>
+ <button id="hideVideo" class="icon-video icon-white icon-shadow" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Disable video (v)')) ?>"></button>
<button id="screensharing-button" class="app-navigation-entry-utils-menu-button icon-screen-off icon-white icon-shadow screensharing-disabled" data-placement="top" data-toggle="tooltip" data-original-title="<?php p($l->t('Share screen')) ?>"></button>
<div id="screensharing-menu" class="app-navigation-entry-menu">
<ul>