From 1fc85bb9592a4bb3764b9c65072fe63853a6a5cb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 24 Nov 2014 22:08:50 +0000 Subject: [PATCH] Change contact setting type label to name. --- app/contacts/contact_settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/contacts/contact_settings.php b/app/contacts/contact_settings.php index ecbe31132e..1a84cdbe89 100644 --- a/app/contacts/contact_settings.php +++ b/app/contacts/contact_settings.php @@ -98,7 +98,7 @@ require_once "resources/paging.php"; echo "\n"; echo "".$text['label-contact_category'].""; echo "".$text['label-contact_subcategory'].""; - echo "".$text['label-contact_type'].""; + echo "".$text['label-contact_name'].""; echo "".$text['label-contact_value'].""; echo "".$text['label-enabled'].""; echo "".$text['label-description']."";