From d3ab0353f7a8d73731b406c6fa4270f80b692d56 Mon Sep 17 00:00:00 2001 From: "tyasuh.taeragan@gmail.com" Date: Sun, 17 Oct 2021 09:15:10 -0400 Subject: [PATCH] Typo Fix --- src/Corporation/ui/IssueDividendsModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Corporation/ui/IssueDividendsModal.tsx b/src/Corporation/ui/IssueDividendsModal.tsx index ea97cdcb8..902e6ceb3 100644 --- a/src/Corporation/ui/IssueDividendsModal.tsx +++ b/src/Corporation/ui/IssueDividendsModal.tsx @@ -53,8 +53,8 @@ export function IssueDividendsModal(props: IProps): React.ReactElement {

In order to issue dividends, simply allocate some percentage of your corporation's profits to dividends. This - percentage must be an integer between 0 and {CorporationConstants.DividendMaxPercentage}. (A percentage of 0 - means no dividends will be issued + percentage must be an integer between 0 and 50. (A percentage of 0 + means no dividends will be issued)

Two important things to note: