mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix typo in device edit page. (#16096)
This commit is contained in:
@@ -48,7 +48,7 @@ if (! empty($_POST['editing'])) {
|
|||||||
|
|
||||||
if ($device_model->isDirty()) {
|
if ($device_model->isDirty()) {
|
||||||
if ($device_model->save()) {
|
if ($device_model->save()) {
|
||||||
toast()->sucess(__('Device record updated'));
|
toast()->success(__('Device record updated'));
|
||||||
} else {
|
} else {
|
||||||
toast()->error(__('Device record update error'));
|
toast()->error(__('Device record update error'));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user