diff --git a/application/forms/Dashboard/NewHomePaneForm.php b/application/forms/Dashboard/NewHomePaneForm.php index d7c85d9c9..99b38a5dc 100644 --- a/application/forms/Dashboard/NewHomePaneForm.php +++ b/application/forms/Dashboard/NewHomePaneForm.php @@ -115,7 +115,7 @@ class NewHomePaneForm extends BaseDashboardForm $this->dashboard->manageEntry($home); - Notification::success('Add dashboard home successfully'); + Notification::success('Added dashboard home successfully'); } } }