mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-13 06:47:46 -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();
|
||||
|
||||
} else {
|
||||
$activity_item = "unkonwn";
|
||||
$activity_item = "unknown (deleted)";
|
||||
$item_type = "null";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue