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:
authorJoas Schilling <coding@schilljs.com>2020-07-10 16:45:51 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-10 16:45:51 +0300
commite229a5a345c3519a0aec681fad43edc6650a5548 (patch)
tree4a3072d8073b78adfa16ac339d4b7bb9ae80bb16 /templates
parent1759d2176ee43adcaa4499a761ea0b0a21b89021 (diff)
Use better example urls
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.php b/templates/admin.php
index faf6ff4..e83b0a9 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -20,7 +20,7 @@ foreach ($_['groups'] as $group) {
<input type="text" id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
</p>
<p>
- <em><?php p($l->t('Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com'));?></em>
+ <em><?php p($l->t('Enter a semicolon-separated list of allowed domains. Example: nextcloud.com;example.com'));?></em>
</p>
<p>