bug fix caller_destination label

This commit is contained in:
Len
2017-06-13 18:34:18 -04:00
committed by GitHub
parent 0098dd01c2
commit 63f4ca3fa7

View File

@@ -321,7 +321,7 @@
echo " </tr>\n";
echo " <tr>\n";
echo " <td class='vncell' valign='top' nowrap='nowrap'>\n";
echo " ".$text['label-caller-destination']."\n";
echo " ".$text['label-caller_destination']."\n";
echo " </td>\n";
echo " <td class='vtable' align='left'>\n";
echo " <input type='text' class='formfld' name='caller_destination' value='$caller_destination'>\n";