mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
@@ -70,8 +70,8 @@
|
||||
}
|
||||
|
||||
function newAddressbook() {
|
||||
Dialog.prompt(l('New addressbook'),
|
||||
l('Name of new addressbook'))
|
||||
Dialog.prompt(l('New Addressbook...'),
|
||||
l('Name of the Address Book'))
|
||||
.then(function(name) {
|
||||
var addressbook = new AddressBook(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user