diff --git a/src/Corporation/ui/Overview.tsx b/src/Corporation/ui/Overview.tsx index 4f7091250..652361fc9 100644 --- a/src/Corporation/ui/Overview.tsx +++ b/src/Corporation/ui/Overview.tsx @@ -246,7 +246,7 @@ function PublicButtons({ rerender }: IPublicButtonsProps): React.ReactElement { setSellSharesOpen(false)} rerender={rerender} /> setBuybackSharesOpen(true)} > diff --git a/src/Corporation/ui/modals/BuybackSharesModal.tsx b/src/Corporation/ui/modals/BuybackSharesModal.tsx index 427e8d404..85388841b 100644 --- a/src/Corporation/ui/modals/BuybackSharesModal.tsx +++ b/src/Corporation/ui/modals/BuybackSharesModal.tsx @@ -89,7 +89,7 @@ export function BuybackSharesModal(props: IProps): React.ReactElement { disabledText ) : ( <> - {corp.name}'s stock price will rise to per share. + {corp.name}'s stock price will settle at per share. )} diff --git a/src/Corporation/ui/modals/SellSharesModal.tsx b/src/Corporation/ui/modals/SellSharesModal.tsx index c17f39b93..83a18059d 100644 --- a/src/Corporation/ui/modals/SellSharesModal.tsx +++ b/src/Corporation/ui/modals/SellSharesModal.tsx @@ -88,7 +88,7 @@ export function SellSharesModal(props: IProps): React.ReactElement { <> You will receive .
- {corp.name}'s stock price will fall to per share. + {corp.name}'s stock price will settle at per share. )}