This commit is contained in:
Yonas Habteab 2022-04-07 18:23:40 +02:00
parent 98028d740c
commit fd9c547dde

View File

@ -115,7 +115,7 @@ class NewHomePaneForm extends BaseDashboardForm
$this->dashboard->manageEntry($home);
Notification::success('Add dashboard home successfully');
Notification::success('Added dashboard home successfully');
}
}
}