mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed typo
This commit is contained in:
parent
b3f70a046f
commit
7b1d2ee050
|
@ -361,7 +361,7 @@ class ReportsController extends Controller
|
||||||
$item_type = $activity->itemType();
|
$item_type = $activity->itemType();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$activity_item = "unkonwn";
|
$activity_item = "unknown (deleted)";
|
||||||
$item_type = "null";
|
$item_type = "null";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue