Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-01-21 11:23:36 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-01-21 11:33:07 +0300
commite7d47bbbe0058a5ac9562162bfe00768d08192fc (patch)
treeaed0bead6311d87286c015f4b8eceec27f47e15d /page-talk.php
parent6a3633e86d0f7b34f13fb8084dccd3c54b888397 (diff)
minor fixes
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-talk.php')
-rw-r--r--page-talk.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/page-talk.php b/page-talk.php
index c8a36fc4..dc98448e 100644
--- a/page-talk.php
+++ b/page-talk.php
@@ -284,7 +284,7 @@
</div>
</div>
<div class="col-sm-9 col-lg-10 featureblock">
- <p class="section--paragraph"><?php echo $l->t('<strong>Stay Connected</strong><br>Bridge with other chat networks');?></p>
+ <p class="section--paragraph"><?php echo $l->t('<strong>Stay Connected</strong><br>Bridge with other servers and chat networks');?></p>
</div>
</div>
</div>
@@ -302,7 +302,7 @@
<p class="section--paragraph__tittle"><?php echo $l->t('Designed for privacy');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Talk is a fully self hosted, on-premises audio/video and chat communication service. It features web and mobile apps and is designed to offer the highest degree of security while being easy to use.');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Talk lowers the barrier for communication and lets your team connect any time, any where, on any device, with each other, customers or partners.');?></p>
- <p class="section--paragraph"><?php echo $l->t('While Nextcloud Talk itself is free, the optional Nextcloud Talk High Performance Backend enables enterprise class scalability, reliability and features.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('The optional Nextcloud Talk High Performance Backend enables enterprise class scalability, reliability and features.');?></p>
</div>
</div>
<div class="row">
@@ -335,8 +335,8 @@
</div>
<div class="col-md-6">
<p class="section--paragraph__tittle"><?php echo $l->t('Bridging with other networks');?></p>
- <p class="section--paragraph"><?php echo $l->t('Nextcloud Bridging allows the connection of Talk rooms to one or more channels on other services like IRC, Slack, Microsoft Teams, Matrix, Mattermost, XMPP and many more.');?></p>
- <p class="section--paragraph"><?php echo $l->t('A bridge sends any messages from the third party network into the Talk room where it was configured, and any messages put in the Talk room to the bridget third party network.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Nextcloud Bridging allows the connection of Talk rooms to one or more channels on other Talk servers, but also other services like IRC, Slack, Microsoft Teams, Matrix, Mattermost, XMPP and many more.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('A bridge sends any messages from the third party network into the Talk room where it was configured, and any messages put in the Talk room to the bridged third party network.');?></p>
<p class="section--paragraph"><?php echo $l->t('Multiple networks can be bridged into a single Nextcloud Talk room, so messages can go from Slack to Teams and IRC via Nextcloud.');?></p>
</div>
</div>