diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-29 23:29:16 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-10-29 23:29:16 +0100 |
commit | ffb0e14d7b1a900199af6bff93fbee6b8a4340b9 (patch) | |
tree | 61ad9054ea4bd345ab0dca68c13f0c3d4f25a31a /apps/user_ldap/ajax | |
parent | a90cefcea2d9240477fdd597d6dc247f101f555a (diff) | |
download | nextcloud-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/ajax')
-rw-r--r-- | apps/user_ldap/ajax/testConfiguration.php | 2 |
1 files changed, 1 insertions, 1 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.'))); } |