From cc5b2f160f784452695fd85b7ec9dbd4d8e5f30d Mon Sep 17 00:00:00 2001 From: Vadim Arasev Date: Sat, 4 Aug 2018 14:29:25 +0300 Subject: [PATCH] (Fix) some text inscriptions --- src/components/NewBallot.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/NewBallot.jsx b/src/components/NewBallot.jsx index 059eff1..0f27f4f 100644 --- a/src/components/NewBallot.jsx +++ b/src/components/NewBallot.jsx @@ -346,16 +346,16 @@ export class NewBallot extends React.Component {

Information of the ballot

- Minimum {minThreshold} from {contractsStore.validatorsLength} validators required to pass the proposal
+ Minimum {minThreshold} from {contractsStore.validatorsLength} validators are required to pass the proposal
- You can create {contractsStore.validatorLimits.keys} ballot for keys
+ You can create {contractsStore.validatorLimits.keys} ballot(s) for keys
- You can create {contractsStore.validatorLimits.minThreshold} ballot for consensus
+ You can create {contractsStore.validatorLimits.minThreshold} ballot(s) for consensus
- You can create {contractsStore.validatorLimits.proxy} ballot for proxy
+ You can create {contractsStore.validatorLimits.proxy} ballot(s) for proxy