Skip to content

Commit 2c3939a

Browse files
author
mike_p
committed
Fix title and description
1 parent e5f91ff commit 2c3939a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

interface/web/monitor/show_log.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
/*
105105
Creating the array with the refresh intervals
106-
Attention: the core-moule ist triggered every 5 minutes,
106+
Attention: the core-moule ist triggered every 5 minutes,
107107
so reload every 2 minutes is impossible!
108108
*/
109109
$refresh_values = array('0' => '- '.$app->lng("No Refresh").' -','5' => '5 '.$app->lng("minutes"),'10' => '10 '.$app->lng("minutes"),'15' => '15 '.$app->lng("minutes"),'30' => '30 '.$app->lng("minutes"),'60' => '60 '.$app->lng("minutes"));
@@ -131,9 +131,9 @@
131131
$app->tpl->setVar("log_data", $app->lng("no_logdata_txt"));
132132
}
133133

134-
$app->tpl->setVar("title", $title);
134+
$app->tpl->setVar("list_head_txt", $title);
135135
$app->tpl->setVar("log_id",$logId);
136-
$app->tpl->setVar("description", $description);
136+
$app->tpl->setVar("list_desc_txt", $description);
137137
$app->tpl->setVar("time", getDataTime($logId));
138138
$app->tpl->setVar("monTransDate", $monTransDate);
139139
$app->tpl->setVar("monTransRefreshsq", $monTransRefreshsq);

0 commit comments

Comments
 (0)