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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2015-11-16 05:32:53 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2015-11-16 05:32:53 +0300
commit4484b72ecd0a260e3c491d19efa978c1db4034e9 (patch)
tree6b307b27319c906b40550489178564bfaa867aaf /templates/admin.php
parent5131b2b2ac811123cf8213bba1d750b6cf92a671 (diff)
Update# wording of mail address domain
Diffstat (limited to 'templates/admin.php')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 0d3d3b0..e8bc935 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -16,7 +16,7 @@ foreach ( $_['groups'] as $group ) {
</select>
</p>
<p>
- <label for="allowed_domains"><?php p($l->t('Allowed domains for registration')); ?></label>
+ <label for="allowed_domains"><?php p($l->t('Allowed mail address domains for registration')); ?></label>
<input type="text" id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
</p>
<p>