BugFix - sip_profiles description (#2634)

change description to use correct $text
This commit is contained in:
Mafoo
2017-06-03 15:34:48 +01:00
committed by FusionPBX
parent 30c8754065
commit 92fac789ed

View File

@@ -113,7 +113,7 @@
echo " </tr>\n";
echo " <tr>\n";
echo " <td align='left' colspan='2'>\n";
echo " ".$text['title_description-sip_profiles']."<br /><br />\n";
echo " ".$text['description-sip_profiles']."<br /><br />\n";
echo " </td>\n";
echo " </tr>\n";
echo "</table>\n";