Update destination_imports.php

This commit is contained in:
FusionPBX 2018-09-28 11:47:45 -06:00 committed by GitHub
parent d2fc4e7cc9
commit 8d53da21a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -832,7 +832,7 @@
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".$text['label-action']."\n";
echo " ".$text['label-actions']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <select class='formfld' name='action' id='action'>\n";
@ -840,7 +840,7 @@
echo " <option value='delete'>".$text['label-delete']."</option>\n";
echo " </select>\n";
echo "<br />\n";
echo $text['description-action']."\n";
echo $text['description-actions']."\n";
echo "</td>\n";
echo "</tr>\n";