From ddc1c51be7e3b2b9f39d34bd4ec739e071d6d46c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 27 Dec 2019 22:32:30 -0700 Subject: [PATCH] Update call_flows.php --- app/call_flows/call_flows.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/call_flows/call_flows.php b/app/call_flows/call_flows.php index 9bb0d460dc..f8db645735 100644 --- a/app/call_flows/call_flows.php +++ b/app/call_flows/call_flows.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): @@ -158,7 +158,7 @@ echo "
\n"; echo "\n"; - echo $text['title_description-call_flows']."\n"; + echo $text['description-call_flows']."\n"; echo "

\n"; echo "
\n"; @@ -237,4 +237,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>