Fax Server: Add missing translations on Fax File field.

This commit is contained in:
fusionate
2024-08-22 16:43:27 -06:00
parent 12eead4b4d
commit 5a456b9b86
2 changed files with 55 additions and 2 deletions
+2 -2
View File
@@ -624,7 +624,7 @@
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".($text['label-email_fax_file'] ?? 'Fax File')."\n";
echo " ".$text['label-email_fax_file']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <select class='formfld' name='fax_file' id='fax_file'>\n";
@@ -632,7 +632,7 @@
echo " <option value='link' ".($fax_file == "link" ? "selected='selected'" : null).">".$text['option-download_link']."</option>\n";
echo " </select>\n";
echo "<br />\n";
echo ($text['description-email_fax_file'] ?? 'Select a fax file option.')."\n";
echo $text['description-email_fax_file']."\n";
echo "</td>\n";
echo "</tr>\n";
}