diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-02-24 20:25:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-24 20:25:42 +0100 |
commit | ebced0f662f40891850ba261c48bcb79c64b3000 (patch) | |
tree | cde8744c31cf1d5180e909edecb155817e6fd102 /apps | |
parent | 3b897fe73f2903098595e20d5dd931c29cf4981a (diff) | |
parent | 73473de5deb8ea14ca7e675fbeafc8fdc5877899 (diff) | |
download | nextcloud-server-ebced0f662f40891850ba261c48bcb79c64b3000.tar.gz nextcloud-server-ebced0f662f40891850ba261c48bcb79c64b3000.zip |
Merge pull request #14349 from nextcloud/rakekniven-patch-1
Fixed grammar
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/templates/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 7c41363c635..ab7a55f33e4 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -108,7 +108,7 @@ style('user_ldap', 'settings'); <p><label for="ldap_quota_def"><?php p($l->t('Quota Default'));?></label><input type="text" id="ldap_quota_def" name="ldap_quota_def" data-default="<?php p($_['ldap_quota_def_default']); ?>" title="<?php p($l->t('Override default quota for LDAP users who do not have a quota set in the Quota Field.'));?>" /></p> <p><label for="ldap_email_attr"><?php p($l->t('Email Field'));?></label><input type="text" id="ldap_email_attr" name="ldap_email_attr" data-default="<?php p($_['ldap_email_attr_default']); ?>" title="<?php p($l->t('Set the user\'s email from their LDAP attribute. Leave it empty for default behaviour.'));?>" /></p> <p><label for="home_folder_naming_rule"><?php p($l->t('User Home Folder Naming Rule'));?></label><input type="text" id="home_folder_naming_rule" name="home_folder_naming_rule" title="<?php p($l->t('Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute.'));?>" data-default="<?php p($_['home_folder_naming_rule_default']); ?>" /></p> - <p><label for="ldap_ext_storage_home_attribute"> <?php p($l->t('"$home" Placeholder Field')); ?></label><input type="text" id="ldap_ext_storage_home_attribute" name="ldap_ext_storage_home_attribute" title="<?php p($l->t('$home in an external storage configuration will replaced with the value of the specified attribute')); ?>" data-default="<?php p($_['ldap_ext_storage_home_attribute_default']); ?>"></p> + <p><label for="ldap_ext_storage_home_attribute"> <?php p($l->t('"$home" Placeholder Field')); ?></label><input type="text" id="ldap_ext_storage_home_attribute" name="ldap_ext_storage_home_attribute" title="<?php p($l->t('$home in an external storage configuration will be replaced with the value of the specified attribute')); ?>" data-default="<?php p($_['ldap_ext_storage_home_attribute_default']); ?>"></p> </div> </div> <?php print_unescaped($_['settingControls']); ?> |