From 7b1ba42a67e7d7c7f0a60e7c3684b14755d87c68 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 10 Oct 2019 10:19:15 -0600 Subject: [PATCH] Update contact_phones.php --- app/contacts/contact_phones.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/contacts/contact_phones.php b/app/contacts/contact_phones.php index 8f8727d154..8f2d02cb93 100644 --- a/app/contacts/contact_phones.php +++ b/app/contacts/contact_phones.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2018 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -113,7 +113,7 @@ unset($phone_types); echo " \n"; echo " \n"; - echo " CDR\n"; + echo " ".$text['button-cdr']."\n"; if ($row['phone_type_voice']) { echo "  \n"; echo " ".$text['label-phone_call']."\n";