fix: styles and texts

This commit is contained in:
vas3k
2025-05-23 21:29:51 +02:00
parent ca7d206b07
commit b32421f114
4 changed files with 5 additions and 5 deletions

View File

@@ -217,7 +217,7 @@ export default function TransactionEditForm({
</div>
{formData.items && Array.isArray(formData.items) && formData.items.length > 0 && (
<ToolWindow title="Items or products detected">
<ToolWindow title="Detected items">
<ItemsDetectTool data={formData as TransactionData} />
</ToolWindow>
)}