diff --git a/plugins/box/dashboard/languages/en.lang.php b/plugins/box/dashboard/languages/en.lang.php index c69c518..2ef6601 100644 --- a/plugins/box/dashboard/languages/en.lang.php +++ b/plugins/box/dashboard/languages/en.lang.php @@ -4,5 +4,7 @@ 'dashboard' => array( 'Dashboard' => 'Dashboard', 'Dashboard plugin for Monstra' => 'Dashboard plugin for Monstra', + 'Welcome back' => 'Welcome back', + 'Create New' => 'Create New', ) ); diff --git a/plugins/box/dashboard/views/backend/index.view.php b/plugins/box/dashboard/views/backend/index.view.php index 77de4ba..e614300 100644 --- a/plugins/box/dashboard/views/backend/index.view.php +++ b/plugins/box/dashboard/views/backend/index.view.php @@ -1,13 +1,13 @@