Merge pull request #262 from nextcloud/rakekniven-patch-1
Changed grammar
This commit is contained in:
commit
f93bccba46
|
|
@ -65,7 +65,7 @@ foreach ($_['groups'] as $group) {
|
||||||
<input type="text" id="username_policy_regex" name="username_policy_regex" value="<?php p($_['username_policy_regex']);?>" placeholder="E.g.: /^[a-z-]+\.[a-z-]+$/">
|
<input type="text" id="username_policy_regex" name="username_policy_regex" value="<?php p($_['username_policy_regex']);?>" placeholder="E.g.: /^[a-z-]+\.[a-z-]+$/">
|
||||||
</label>
|
</label>
|
||||||
</p>
|
</p>
|
||||||
<em><?php p($l->t('If configured usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly.'));?></em>
|
<em><?php p($l->t('If configured, usernames will be validated through the regular expression. If the validation fails the user is prompted with a generic error. Make sure your regex is working correctly.'));?></em>
|
||||||
|
|
||||||
<h3><?php p($l->t('User instructions')); ?></h3>
|
<h3><?php p($l->t('User instructions')); ?></h3>
|
||||||
<em><?php p($l->t('Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language.'));?></em>
|
<em><?php p($l->t('Caution: The user instructions will not be translated and will therefore be displayed as configured below for all users regardless of their actual language.'));?></em>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue