mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
Fix lifecycle label
This commit is contained in:
parent
87f7f96476
commit
5804a2da92
@ -621,7 +621,7 @@ function getLifecycleItemDescription(lifecycleItem: ObjectLifecycleSequence) {
|
|||||||
)} detected for ${label}`;
|
)} detected for ${label}`;
|
||||||
} else {
|
} else {
|
||||||
title = `${
|
title = `${
|
||||||
lifecycleItem.data.sub_label
|
lifecycleItem.data.label
|
||||||
} recognized as ${lifecycleItem.data.attribute.replaceAll("_", " ")}`;
|
} recognized as ${lifecycleItem.data.attribute.replaceAll("_", " ")}`;
|
||||||
}
|
}
|
||||||
return title;
|
return title;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user