1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-18 07:52:21 +01:00

fix plural typo

This commit is contained in:
Volkan Gezer 2014-05-25 13:14:06 +02:00
parent 0e863592e6
commit 096eb36d23

View File

@ -166,7 +166,7 @@ class Addressbook extends AbstractPIMCollection {
//\OCP\Util::writeLog('contacts', __METHOD__.' id: '.$id, \OCP\Util::DEBUG);
if (!$this->hasPermission(\OCP\PERMISSION_READ)) {
throw new \Exception(
self::$l10n->t('You do not have permissions to see this contacts'),
self::$l10n->t('You do not have permissions to see this contact'),
Http::STATUS_FORBIDDEN
);
}