From 92fac789edc760088caaa5e50223a808cb523a46 Mon Sep 17 00:00:00 2001 From: Mafoo Date: Sat, 3 Jun 2017 15:34:48 +0100 Subject: [PATCH] BugFix - sip_profiles description (#2634) change description to use correct $text --- app/sip_profiles/sip_profiles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sip_profiles/sip_profiles.php b/app/sip_profiles/sip_profiles.php index 89fd339253..f1134e4f34 100644 --- a/app/sip_profiles/sip_profiles.php +++ b/app/sip_profiles/sip_profiles.php @@ -113,7 +113,7 @@ echo " \n"; echo " \n"; echo " \n"; - echo " ".$text['title_description-sip_profiles']."

\n"; + echo " ".$text['description-sip_profiles']."

\n"; echo " \n"; echo " \n"; echo "\n";