diff --git a/www/old_webend/tpl/content.overview.php b/www/old_webend/tpl/content.overview.php
index 0818017..ad768c7 100644
--- a/www/old_webend/tpl/content.overview.php
+++ b/www/old_webend/tpl/content.overview.php
@@ -2,7 +2,7 @@
//read all
-$db->query("SELECT id, time, fms as data, 'fms' AS typ FROM ".$tableFMS." UNION ALL SELECT id, time, zvei as data, 'zvei' AS typ FROM ".$tableZVEI." UNION ALL SELECT id, time, ric as data, 'pocsag' AS typ FROM ".$tablePOC." ORDER BY time DESC");
+$db->query("SELECT id, time, fms as data, 'fms' AS typ FROM ".$tableFMS." UNION ALL SELECT id, time, zvei as data, 'zvei' AS typ FROM ".$tableZVEI." UNION ALL SELECT id, time, ric as data, 'pocsag' AS typ FROM ".$tablePOC." ORDER BY time DESC LIMIT 25");
$Rows = array();
while ($daten = $db->fetchAssoc())
{
diff --git a/www/old_webend/tpl/template.fms.php b/www/old_webend/tpl/template.fms.php
index 61ca296..5342236 100644
--- a/www/old_webend/tpl/template.fms.php
+++ b/www/old_webend/tpl/template.fms.php
@@ -1,4 +1,4 @@
-Last FMS alarms
+Last FMS data
| ID |
diff --git a/www/old_webend/tpl/template.overview.php b/www/old_webend/tpl/template.overview.php
index 544bae5..37ceb67 100644
--- a/www/old_webend/tpl/template.overview.php
+++ b/www/old_webend/tpl/template.overview.php
@@ -1,5 +1,5 @@
-
Last 50 alarms
+
Last data (max. 25)
| ID |
diff --git a/www/old_webend/tpl/template.pocsag.php b/www/old_webend/tpl/template.pocsag.php
index 66277ce..6b68449 100644
--- a/www/old_webend/tpl/template.pocsag.php
+++ b/www/old_webend/tpl/template.pocsag.php
@@ -1,4 +1,4 @@
-Last POCSAG alarms
+Last POCSAG data
| ID |
diff --git a/www/old_webend/tpl/template.zvei.php b/www/old_webend/tpl/template.zvei.php
index 2484f28..b8b40a1 100644
--- a/www/old_webend/tpl/template.zvei.php
+++ b/www/old_webend/tpl/template.zvei.php
@@ -1,4 +1,4 @@
-Last ZVEI alarms
+Last ZVEI data