diff --git a/protected/components/MainNavBarWidget.php b/protected/components/MainNavBarWidget.php index 7cf9af6..2948630 100644 --- a/protected/components/MainNavBarWidget.php +++ b/protected/components/MainNavBarWidget.php @@ -16,8 +16,8 @@ class MainNavBarWidget extends \PHPGWidget self::POSTS => 'פוסטים', self::FORUM => 'פורום', //self::EVENTS => 'אירועים', - self::PHPLIVE => 'php live', - self::MARKET => 'מארקט', + self::PHPLIVE => 'PHP Live', + self::MARKET => 'חנות', self::CONTACT => 'צור קשר' ]; @@ -30,4 +30,4 @@ public function run() { $this->render('mainNavBar', ['items' => self::$mainBar, 'active' => $this->navItem]); } -} \ No newline at end of file +}