1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Typo fix.

This commit is contained in:
Cameron 2017-02-02 07:53:51 -08:00
parent cdc23fb2d7
commit e4b8853bc7

View File

@ -51,7 +51,7 @@ class fb_admin extends e_admin_dispatcher
'category/edit' => 'category/list'
);
protected $menuTitle = 'featurebox';
protected $menuTitle = 'Feature Box';
}
class fb_category_ui extends e_admin_ui