From 8e6c992a3048a5709ffb7e12e77c5df3bc8b4a3a Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Tue, 8 Jul 2014 11:53:49 +0200 Subject: [PATCH] Update edit contacts header text. --- static/js/directives/contactsmanager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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