Update call_flows.php

This commit is contained in:
FusionPBX 2019-12-27 22:32:30 -07:00 committed by GitHub
parent 59b0dc382c
commit ddc1c51be7
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
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 " <div style='clear: both;'></div>\n";
echo "</div>\n";
echo $text['title_description-call_flows']."\n";
echo $text['description-call_flows']."\n";
echo "<br /><br />\n";
echo "<form id='form_list' method='post'>\n";
@ -237,4 +237,4 @@
//include the footer
require_once "resources/footer.php";
?>
?>