This commit is contained in:
Yonas Habteab 2022-04-07 18:23:40 +02:00
parent 595b4bead2
commit 01280e6cb1

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');
}
}
}