Browse Source

Update edit contacts header text.

pull/67/head
Evan Theurer 12 years ago
parent
commit
8e6c992a30
  1. 2
      static/js/directives/contactsmanager.js

2
static/js/directives/contactsmanager.js

@ -63,7 +63,7 @@ define(['jquery', 'underscore', 'text!partials/contactsmanagerbutton.html', 'tex
$scope.contactsManagerEdit = function() { $scope.contactsManagerEdit = function() {
alertify.dialog.buildCustom({ alertify.dialog.buildCustom({
'windowClass': windowClass, 'windowClass': windowClass,
'header': _('Contacts Manager'), 'header': _('Edit contact'),
'bodydom': templateContactsManagerEdit, 'bodydom': templateContactsManagerEdit,
'footerdom': null, 'footerdom': null,
'controller': modalController 'controller': modalController

Loading…
Cancel
Save