summaryrefslogtreecommitdiffstats
path: root/frontends/php/index.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-06 09:13:51 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-06 09:13:51 +0000
commit8465ff8a0e531247f41f4d3c7b3b1cbe03643974 (patch)
tree11a89a3bea5b2720cd839a7a2455d4d47caf9815 /frontends/php/index.php
parent37085eb0c73b06780c4f3a34f82693d04a1c2596 (diff)
downloadzabbix-8465ff8a0e531247f41f4d3c7b3b1cbe03643974.tar.gz
zabbix-8465ff8a0e531247f41f4d3c7b3b1cbe03643974.tar.xz
zabbix-8465ff8a0e531247f41f4d3c7b3b1cbe03643974.zip
- [DEV-137] fixes to GUI (Artem) big thanks to Palmertree
git-svn-id: svn://svn.zabbix.com/trunk@5677 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/index.php')
-rw-r--r--frontends/php/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/index.php b/frontends/php/index.php
index 024c1b0b..0a02173c 100644
--- a/frontends/php/index.php
+++ b/frontends/php/index.php
@@ -146,7 +146,7 @@ include_once "include/page_header.php";
}
else{
$logoff = new CLink('here', '?reconnect=1', 'styled');
- echo '<div align="center" class="textcolorstyles">Welcom to ZABBIX! You are connected as <b>'.$USER_DETAILS['alias'].'</b>.</div>';
+ echo '<div align="center" class="textcolorstyles">Welcome to ZABBIX! You are connected as <b>'.$USER_DETAILS['alias'].'</b>.</div>';
}
?>
<?php