summaryrefslogtreecommitdiffstats
path: root/frontends/php/index.php
diff options
context:
space:
mode:
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