summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorIvan Sein <ivan@struktur.de>2018-12-03 10:19:05 +0100
committerIvan Sein <ivan@struktur.de>2018-12-03 10:48:15 +0100
commitf0b94d8b82fcbd7bdf12ceb31b9cf510b23dbd75 (patch)
tree33352dd113ad21388b84331238e55c0b4c888005 /templates
parent111322030778abf2b3e6368102cc75c053b61c07 (diff)
Change text and icon for screensharing options in Firefox.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/index-public.php6
-rw-r--r--templates/index.php6
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/index-public.php b/templates/index-public.php
index 5623a43d7..9971881a4 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -75,13 +75,13 @@ script(
<li>
<button id="show-screen-button">
<span class="icon-screen"></span>
- <span><?php p($l->t('Show your screen'));?></span>
+ <span><?php p($l->t('Share your screen'));?></span>
</button>
</li>
<li id="show-window-entry">
<button id="show-window-button">
- <span class="icon-screen"></span>
- <span><?php p($l->t('Show a single window'));?></span>
+ <span class="icon-share-window"></span>
+ <span><?php p($l->t('Share a single window'));?></span>
</button>
</li>
<li id="stop-screen-entry">
diff --git a/templates/index.php b/templates/index.php
index 9d4bccd5c..cedd41fb6 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -82,13 +82,13 @@ script(
<li>
<button id="show-screen-button">
<span class="icon-screen"></span>
- <span><?php p($l->t('Show your screen'));?></span>
+ <span><?php p($l->t('Share your screen'));?></span>
</button>
</li>
<li id="show-window-entry">
<button id="show-window-button">
- <span class="icon-screen"></span>
- <span><?php p($l->t('Show a single window'));?></span>
+ <span class="icon-share-window"></span>
+ <span><?php p($l->t('Share a single window'));?></span>
</button>
</li>
<li id="stop-screen-entry">