summaryrefslogtreecommitdiffstats
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
parent111322030778abf2b3e6368102cc75c053b61c07 (diff)
Change text and icon for screensharing options in Firefox.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
-rw-r--r--css/style.scss1
-rw-r--r--img/share-window.svg1
-rw-r--r--templates/index-public.php6
-rw-r--r--templates/index.php6
4 files changed, 8 insertions, 6 deletions
diff --git a/css/style.scss b/css/style.scss
index 73885da18..4d369b643 100644
--- a/css/style.scss
+++ b/css/style.scss
@@ -839,6 +839,7 @@ video {
@include icon-black-white('menu-people', 'spreed', 1);
@include icon-black-white('no-password', 'spreed', 1);
+@include icon-black-white('share-window', 'spreed', 1);
#app-sidebar .close {
position: absolute;
diff --git a/img/share-window.svg b/img/share-window.svg
new file mode 100644
index 000000000..084300536
--- /dev/null
+++ b/img/share-window.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0V0z"/><path d="M19 4H5c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H5V6h14v12z"/></svg> \ No newline at end of file
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">