From fe0262eda160ee1f037b9a4479bc54ee8f747ded Mon Sep 17 00:00:00 2001 From: Matthew Thornton Date: Sat, 12 Feb 2022 15:40:17 -0600 Subject: [PATCH] Grammar Fix Product is the noun, while the correct part of speech here is the verb "produce". Also of note, the limit doesn't change unless data is entered and then removed (otherwise the previous limit is kept) even if the button is clicked (which isn't the expected behavior based on the text). However, I'm not sure how to convey this succintly though and I'm not familiar enough with React to change the value when only the button is clicked (especially since it is probably the intended behavior to not change the value when the modal is closed by clicking outside of it). --- src/Corporation/ui/LimitProductProductionModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Corporation/ui/LimitProductProductionModal.tsx b/src/Corporation/ui/LimitProductProductionModal.tsx index ec087799c..3c5dcd96d 100644 --- a/src/Corporation/ui/LimitProductProductionModal.tsx +++ b/src/Corporation/ui/LimitProductProductionModal.tsx @@ -36,7 +36,7 @@ export function LimitProductProductionModal(props: IProps): React.ReactElement { return ( - Enter a limit to the amount of this product you would like to product per second. Leave the box empty to set no + Enter a limit to the amount of this product you would like to produce per second. Leave the box empty to set no limit.