diff --git a/static/js/directives/contactsmanager.js b/static/js/directives/contactsmanager.js index 21a88219..6f9ef23c 100644 --- a/static/js/directives/contactsmanager.js +++ b/static/js/directives/contactsmanager.js @@ -63,7 +63,7 @@ define(['jquery', 'underscore', 'text!partials/contactsmanagerbutton.html', 'tex $scope.contactsManagerEdit = function() { alertify.dialog.buildCustom({ 'windowClass': windowClass, - 'header': _('Contacts Manager'), + 'header': _('Edit contact'), 'bodydom': templateContactsManagerEdit, 'footerdom': null, 'controller': modalController