diff options
Diffstat (limited to 'frontends/php/overview.php')
| -rw-r--r-- | frontends/php/overview.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/overview.php b/frontends/php/overview.php index 03a35666..2a78ff3e 100644 --- a/frontends/php/overview.php +++ b/frontends/php/overview.php @@ -20,7 +20,7 @@ ?> <?php include "include/config.inc.php"; - $page["title"] = S_LATEST_VALUES; + $page["title"] = S_OVERVIEW; $page["file"] = "overview.php"; show_header($page["title"],0,0); ?> @@ -54,7 +54,7 @@ ?> <?php - $h1=" ".S_LATEST_DATA; + $h1=" ".S_OVERVIEW_BIG; $h2=S_GROUP." "; $h2=$h2."<select class=\"biginput\" name=\"groupid\" onChange=\"submit()\">"; |
