summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-29 23:29:16 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-29 23:29:16 +0100
commitffb0e14d7b1a900199af6bff93fbee6b8a4340b9 (patch)
tree61ad9054ea4bd345ab0dca68c13f0c3d4f25a31a /apps/user_ldap
parenta90cefcea2d9240477fdd597d6dc247f101f555a (diff)
downloadnextcloud-server-ffb0e14d7b1a900199af6bff93fbee6b8a4340b9.tar.gz
nextcloud-server-ffb0e14d7b1a900199af6bff93fbee6b8a4340b9.zip
replacing ownCloud by theme-able name or avoid it's usage
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/ajax/testConfiguration.php2
-rw-r--r--apps/user_ldap/lib/access.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php
index 0b8e4ccfe20..b31fd983995 100644
--- a/apps/user_ldap/ajax/testConfiguration.php
+++ b/apps/user_ldap/ajax/testConfiguration.php
@@ -41,5 +41,5 @@ if($connection->setConfiguration($_POST)) {
}
} else {
OCP\JSON::error(array('message'
- => $l->t('The configuration is invalid. Please look in the ownCloud log for further details.')));
+ => $l->t('The configuration is invalid. Please have a look at the logs for further details.')));
}
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index f133260383c..a07bd3fa11f 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -356,7 +356,7 @@ class Access extends LDAPUtility {
}
//if everything else did not help..
- \OCP\Util::writeLog('user_ldap', 'Could not create unique ownCloud name for '.$dn.'.', \OCP\Util::INFO);
+ \OCP\Util::writeLog('user_ldap', 'Could not create unique name for '.$dn.'.', \OCP\Util::INFO);
return false;
}