Use better example urls

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-07-10 15:45:51 +02:00
parent 1759d2176e
commit e229a5a345
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ foreach ($_['groups'] as $group) {
<input type="text" id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>> <input type="text" id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
</p> </p>
<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>
<p> <p>