Merge pull request #5739 from nextcloud/comradekingu-patch-4
Spelling: Bigversal and LDAP
This commit is contained in:
commit
1ac6eae7d5
|
@ -107,7 +107,7 @@ class Wizard extends LDAPUtility {
|
||||||
} else if ($type === 'objects') {
|
} else if ($type === 'objects') {
|
||||||
$result = $this->access->countObjects($limit);
|
$result = $this->access->countObjects($limit);
|
||||||
} else {
|
} else {
|
||||||
throw new \Exception('internal error: invalid object type', 500);
|
throw new \Exception('Internal error: Invalid object type', 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
|
@ -244,7 +244,7 @@ class Wizard extends LDAPUtility {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
throw new \Exception(self::$l->t('Could not detect user display name attribute. Please specify it yourself in advanced ldap settings.'));
|
throw new \Exception(self::$l->t('Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue