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

github.com/nextcloud/user_sql.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Novotný <patrik.novotny@nethost.cz>2017-12-21 13:23:05 +0300
committerPatrik Novotný <patrik.novotny@nethost.cz>2017-12-21 13:23:05 +0300
commitbd507277c9f225c503493507ed27a5e7121dbde5 (patch)
treec20a52a8493a1d42134a7bf2b11352c870ac195c /templates
parentb5d1880a6941721aa6dd2c5add45776e71977ffd (diff)
Add supervisor description
Diffstat (limited to 'templates')
-rw-r--r--templates/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/settings.php b/templates/settings.php
index 016d88a..e2b1ad5 100644
--- a/templates/settings.php
+++ b/templates/settings.php
@@ -20,7 +20,7 @@ $cfgClass = $ocVersion >= 7 ? 'section' : 'personalblock';
<li><a id="sqlEmailSettings" href="#sql-3"><?php p($l -> t('E-Mail Settings')); ?></a></li>
<li><a id="sqlDomainSettings" href="#sql-4"><?php p($l -> t('Domain Settings')); ?></a></li>
<li><a id="sqlGethomeSettings" href="#sql-5"><?php p($l -> t('getHome Settings')); ?></a></li>
- <li><a id="sqlSupervisorSettings" href="#sql-6"><?php p($l -> t('Supervisor settings')); ?></a></li>
+ <li><a id="sqlSupervisorSettings" href="#sql-6"><?php p($l -> t('Supervisor Settings')); ?></a></li>
</ul>
<fieldset id="sql-1">
@@ -163,7 +163,7 @@ $cfgClass = $ocVersion >= 7 ? 'section' : 'personalblock';
p(' checked');
?> /><br>
<p><label for="supervisor"><?php p($l -> t('Supervisor username')); ?></label><input type="text" id="supervisor" name="supervisor" value="<?php p($_['supervisor']); ?>" /></p>
- <em><?php p($l -> t("Use supervisor username and target username separated by ';' to login as target user using supervisors password.")); ?></em></p>
+ <em><?php p($l -> t("Use supervisor username and target username separated by ';' to login as target user using supervisor's password (ex. superuser;user).")); ?></em></p>
</fieldset>
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']); ?>" id="requesttoken" />
<input type="hidden" name="appname" value="user_sql" />