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>2018-12-03 17:43:44 +0300
committerIvan Sein <ivan@struktur.de>2018-12-03 17:43:44 +0300
commit6ed1428e0552de7189c2232cb3b20221717255b1 (patch)
tree76a6d1138e2287bf8a1041a89bdc60dbbcbfda6c /templates
parentbb38d02177972abc48b6a98bd461a0ef2d54c60c (diff)
Fix wording.
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 46f0afe84..d868a18a0 100644
--- a/templates/index-public.php
+++ b/templates/index-public.php
@@ -75,7 +75,7 @@ script(
<li id="share-screen-entry">
<button id="share-screen-button">
<span class="icon-screen"></span>
- <span><?php p($l->t('Share your screen'));?></span>
+ <span><?php p($l->t('Share whole screen'));?></span>
</button>
</li>
<li id="share-window-entry">
diff --git a/templates/index.php b/templates/index.php
index f4aea8994..94a2ae08c 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -82,7 +82,7 @@ script(
<li id="share-screen-entry">
<button id="share-screen-button">
<span class="icon-screen"></span>
- <span><?php p($l->t('Share your screen'));?></span>
+ <span><?php p($l->t('Share whole screen'));?></span>
</button>
</li>
<li id="share-window-entry">