Fixed explaination in settings

This commit is contained in:
Johannes Starosta 2015-07-19 06:49:05 +02:00
parent 55a247499a
commit 321435090d
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ foreach ( $_['groups'] as $group ) {
</p>
<p>
<label for="allowed_domains"><?php p($l->t('Allowed domains for registration')); ?></label>
<input type="text" placeholder="<?php p$l->t('"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com');?>" id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
<em><?php p$l->t('"Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com');?>
<input type="text" placeholder="<?php p($l->t('Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com'));?>" id="allowed_domains" name="allowed_domains" value=<?php p($_['allowed']);?>>
<em><?php p($l->t('Enter a semicolon-seperated list of allowed domains. Example: owncloud.com;github.com'));?>
</em>
</p>