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: