aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/SetupChecks/LdapInvalidUuids.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/lib/SetupChecks/LdapInvalidUuids.php')
-rw-r--r--apps/user_ldap/lib/SetupChecks/LdapInvalidUuids.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/SetupChecks/LdapInvalidUuids.php b/apps/user_ldap/lib/SetupChecks/LdapInvalidUuids.php
index 8b6bf859142..2cf3b700b01 100644
--- a/apps/user_ldap/lib/SetupChecks/LdapInvalidUuids.php
+++ b/apps/user_ldap/lib/SetupChecks/LdapInvalidUuids.php
@@ -54,7 +54,7 @@ class LdapInvalidUuids implements ISetupCheck {
&& count($this->groupMapping->getList(0, 1, true)) === 0) {
return SetupResult::success($this->l10n->t('None found'));
} else {
- return SetupResult::warning($this->l10n->t('Invalid UUIDs of LDAP users or groups have been found. Please review your "Override UUID detection" settings in the Expert part of the LDAP configuration and use "occ ldap:update-uuid" to update them.'));
+ return SetupResult::warning($this->l10n->t('Invalid UUIDs of LDAP accounts or groups have been found. Please review your "Override UUID detection" settings in the Expert part of the LDAP configuration and use "occ ldap:update-uuid" to update them.'));
}
}
}