mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
another grammar fix
This commit is contained in:
parent
096eb36d23
commit
adf946f1fe
@ -296,7 +296,7 @@ class Contact extends VObject\VCard implements IPIMObject {
|
||||
}
|
||||
} else {
|
||||
if (!$this->getBackend()->hasContactMethodFor(\OCP\PERMISSION_CREATE)) {
|
||||
throw new \Exception(self::$l10n->t('This backend not support adding contacts'), 501);
|
||||
throw new \Exception(self::$l10n->t('This backend does not support adding contacts'), 501);
|
||||
}
|
||||
$this->props['id'] = $this->getBackend()->createContact(
|
||||
$this->getParent()->getId(), $this
|
||||
|
Loading…
Reference in New Issue
Block a user