diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index c95b6b38d..811411a7a 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -668,7 +668,7 @@ function refreshContacts(cname) { } function onAddressBookNew(event) { - showPromptDialog(_("New addressbook..."), _("Name of the Address Book"), onAddressBookNewConfirm); + showPromptDialog(_("New Addressbook..."), _("Name of the Address Book"), onAddressBookNewConfirm); preventDefault(event); }