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:
authorIvan Sein <ivan@struktur.de>2017-02-22 14:03:59 +0300
committerIvan Sein <ivan@struktur.de>2017-02-22 14:03:59 +0300
commit9812e03752cde93b7419b6f3258a6c69913ab21f (patch)
tree48ff82866233e5e8becda2cff4468deaa03d3ca2 /templates
parent735a2d3cbc5f13541e7263f110e576dab26a124e (diff)
Fix typo.
Signed-off-by: Ivan Sein <ivan@nextcloud.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 1b559a6bf..9994b7609 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -63,7 +63,7 @@ script(
<div class="nameIndicator">
<button id="mute" class="icon-audio-white" data-title="<?php p($l->t('Mute audio')) ?>"></button>
<button id="hideVideo" class="icon-video-white" data-title="<?php p($l->t('Pause video')) ?>"></button>
- <button id="toogleScreensharing" class="icon-screen-off-white screensharing-disabled" data-title="<?php p($l->t('Toggle screensharing')) ?>"></button>
+ <button id="toggleScreensharing" class="icon-screen-off-white screensharing-disabled" data-title="<?php p($l->t('Toggle screensharing')) ?>"></button>
</div>
</div>
</div>
diff --git a/templates/index.php b/templates/index.php
index 2ae2c69b0..bd3fba421 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -49,7 +49,7 @@ script(
<div class="nameIndicator">
<button id="mute" class="icon-audio-white" data-title="<?php p($l->t('Mute audio')) ?>"></button>
<button id="hideVideo" class="icon-video-white" data-title="<?php p($l->t('Pause video')) ?>"></button>
- <button id="toogleScreensharing" class="icon-screen-off-white screensharing-disabled" data-title="<?php p($l->t('Toggle screensharing')) ?>"></button>
+ <button id="toggleScreensharing" class="icon-screen-off-white screensharing-disabled" data-title="<?php p($l->t('Toggle screensharing')) ?>"></button>
</div>
</div>
</div>