From a0fedb27b6df963b88bcfcb2a9fcedc539252c7a Mon Sep 17 00:00:00 2001 From: notV4l Date: Thu, 21 Sep 2023 20:36:42 +0200 Subject: [PATCH] fix: typo --- web/src/pages/[gameId]/travel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/[gameId]/travel.tsx b/web/src/pages/[gameId]/travel.tsx index e95850f64..672512563 100644 --- a/web/src/pages/[gameId]/travel.tsx +++ b/web/src/pages/[gameId]/travel.tsx @@ -159,7 +159,7 @@ export default function Travel() { for( let event of events) { const e = event as MarketEventData; const msg = e.increase ? - `Pigs seizured ${getDrugById(e.drugId)?.name} in ${getLocationById(e.locationId)?.name}` : + `Pigs seized ${getDrugById(e.drugId)?.name} in ${getLocationById(e.locationId)?.name}` : `A shipment of ${getDrugById(e.drugId)?.name} has arrived to ${getLocationById(e.locationId)?.name}` const icon = e.increase ? Siren : Truck; toast(