Skip to content
Snippets Groups Projects
Commit f8628efb authored by git's avatar git Committed by unknown
Browse files

Issue #1359574 by heatherwoz. spelling error in form.

parent 5eeef4d2
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ EOF;
if ($this->bindpw) {
$pwd_directions = t('You currently have a password stored in the database.
Leave password field emtpy to leave password unchanged. Enter a new password
Leave password field empty to leave password unchanged. Enter a new password
to replace the current password. Check the checkbox below to simply
remove it from the database.');
$pwd_class = 'ldap-pwd-present';
......
......@@ -50,7 +50,7 @@ function ldap_servers_test_form($form, &$form_state, $op = NULL, $sid = NULL) {
);
if ( $form['binding']['bindpw']) {
$form['binding']['bindpw']['#description'] = t('<p>Leave emtpy to test with currently stored password.</p>');
$form['binding']['bindpw']['#description'] = t('<p>Leave empty to test with currently stored password.</p>');
}
$form['testing_drupal_username'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment