Fix typo in device edit page. (#16096)

This commit is contained in:
Tony Murray
2024-06-06 08:33:50 -05:00
committed by GitHub
parent 7ac1b3303f
commit 51c670f109

View File

@@ -48,7 +48,7 @@ if (! empty($_POST['editing'])) {
if ($device_model->isDirty()) {
if ($device_model->save()) {
toast()->sucess(__('Device record updated'));
toast()->success(__('Device record updated'));
} else {
toast()->error(__('Device record update error'));
}