mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Missing translation
This commit is contained in:
parent
54a978bd25
commit
4dee9ca451
@ -48,6 +48,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
});
|
||||
var $addInput = this.$groupList.find('.add-group');
|
||||
$addInput.addnew({
|
||||
addText: t('core', 'Add'),
|
||||
ok: function(event, name) {
|
||||
$addInput.addClass('loading');
|
||||
self.addGroup({name:name}, function(response) {
|
||||
|
Loading…
Reference in New Issue
Block a user