From 060450b95f3ebf98a4fba61a56bb3fcafab5fe1c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 5 Aug 2020 10:51:50 -0600 Subject: [PATCH] Change labels from calll routing to call forward, call-forward to call_forward and follow-me to follow_me --- app/calls/call_edit.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/calls/call_edit.php b/app/calls/call_edit.php index 06d7da20ef..167c836259 100644 --- a/app/calls/call_edit.php +++ b/app/calls/call_edit.php @@ -501,7 +501,7 @@ echo "
\n"; echo "
\n"; - echo "
".$text['title-call_routing']."
\n"; + echo "
".$text['title-call_forward']."
\n"; echo "
\n"; echo button::create(['type'=>'button','label'=>$text['button-back'],'icon'=>$_SESSION['theme']['button_icon_back'],'id'=>'btn_back','link'=>'calls.php']); echo button::create(['type'=>'submit','label'=>$text['button-save'],'icon'=>$_SESSION['theme']['button_icon_save'],'id'=>'btn_save','style'=>'margin-left: 15px;']); @@ -516,7 +516,7 @@ echo "\n"; echo "\n"; - echo " ".$text['label-call-forward']."\n"; + echo " ".$text['label-call_forward']."\n"; echo "\n"; echo "\n"; $on_click = "document.getElementById('follow_me_disabled').checked=true; "; @@ -620,7 +620,7 @@ echo "\n"; echo "\n"; - echo " ".$text['label-follow-me']."\n"; + echo " ".$text['label-follow_me']."\n"; echo "\n"; echo "\n"; $on_click = "document.getElementById('forward_all_disabled').checked=true; "; @@ -793,4 +793,4 @@ //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>