mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-18 07:52:21 +01:00
add space between on this and Name
This commit is contained in:
parent
42c31e9f1f
commit
e9f52acd9c
@ -98,8 +98,8 @@ class LocalUsers extends AbstractBackend {
|
||||
public function getAddressBook($addressBookId, array $options = array()) {
|
||||
$addressbook = array(
|
||||
"id" => $addressBookId,
|
||||
"displayname" => self::$l10n->t('On this') . self::$defaults->getName(),
|
||||
"description" => self::$l10n->t('On this') . self::$defaults->getName(),
|
||||
"displayname" => (string)self::$l10n->t('On this %s', array(self::$defaults->getName())),
|
||||
"description" => (string)self::$l10n->t('On this %s', array(self::$defaults->getName())),
|
||||
"ctag" => time(),
|
||||
"permissions" => \OCP\PERMISSION_READ,
|
||||
"backend" => $this->name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user