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:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-27 11:28:46 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-04-27 12:12:40 +0300
commitd73128760cf31c90b174162b40e5652209f44b5c (patch)
treec7dde1c73cad62fa169be29f65c49d9ca890fd4e /templates
parentfddd518bf68f0e6245d9d242c2c2bee670f166cc (diff)
Add hint to settings
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'templates')
-rw-r--r--templates/settings-admin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/settings-admin.php b/templates/settings-admin.php
index 906c430b7..2d47332d1 100644
--- a/templates/settings-admin.php
+++ b/templates/settings-admin.php
@@ -8,6 +8,8 @@ style('spreed', ['settings-admin']);
<div id="spreed" class="section">
<form id="spreed_settings_form" class="spreed_settings">
<h2 class="app-name">Spreed video calls</h2>
+ <p class="settings-hint"><?php p($l->t('The STUN server is necessary so participants can connect to calls. The TURN server makes sure connection works even through firewalls.')); ?></p>
+
<span id="spreed_settings_msg" class="msg"></span>
<p>
<label for="stun_server"><?php p($l->t('STUN server')) ?></label>