mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix wrong message title on addressbook douplicate confirmation dialog
This commit is contained in:
parent
6d7e64037b
commit
b99dd55c4e
@ -238,7 +238,7 @@ app.classes.addressbook = AppJS.extend(
|
||||
{
|
||||
content.push({"confirm":id,"name":_data.doublicates[id]});
|
||||
}
|
||||
confirmdialog('test',content,et2_dialog.BUTTONs_OK_CANCEL);
|
||||
confirmdialog('Douplicate warning',content,et2_dialog.BUTTONs_OK_CANCEL);
|
||||
}
|
||||
if (typeof _data.fileas_options == 'object')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user