Fixed explaination in settings
This commit is contained in:
parent
55a247499a
commit
321435090d
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue