mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Merge branch 'master' of github.com:owncloud/contacts
This commit is contained in:
commit
a1754bac95
@ -602,7 +602,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
var self = this;
|
||||
if(this.hasGroup(name)) {
|
||||
if(typeof cb === 'function') {
|
||||
cb({error:true, message:t('contacts', 'A group named "{group} a"lready exists', {group: escapeHTML(name)})});
|
||||
cb({error:true, message:t('contacts', 'A group named "{group}" already exists', {group: escapeHTML(name)})});
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user