Fix the spelling of label

This commit is contained in:
FusionPBX 2024-02-12 10:19:49 -07:00 committed by GitHub
parent d32e543de6
commit 1ca084cd76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -187,10 +187,10 @@ echo "<br /><br />\n";
echo "<table class='list'>\n";
echo "<tr class='list-header'>\n";
echo "<th class='left'>".$text['lable-emergency_time']."</th>\n";
echo "<th class='left'>".$text['lable-emergency_date']."</th>\n";
echo "<th class='left'>".$text['lable-emergency_extension']."</th>\n";
echo "<th class='left'>".$text['lable-emergency_event']."</th>\n";
echo "<th class='left'>".$text['label-emergency_time']."</th>\n";
echo "<th class='left'>".$text['label-emergency_date']."</th>\n";
echo "<th class='left'>".$text['label-emergency_extension']."</th>\n";
echo "<th class='left'>".$text['label-emergency_event']."</th>\n";
echo "</tr>\n";
if (!empty($emergency_logs) && is_array($emergency_logs) && @sizeof($emergency_logs) != 0) {
@ -216,4 +216,4 @@ echo "</form>\n";
//include the footer
require_once "resources/footer.php";
?>
?>