copy fixes

This commit is contained in:
samepant
2021-10-04 18:53:08 -04:00
parent ef0440e85f
commit 9c184214f9
+2 -6
View File
@@ -114,11 +114,7 @@ class MultiSigForm extends React.Component {
<>
<StackableContainer>
<StackableContainer lessPadding>
<p>Add the Public Keys that will make up this multisig.</p>
<p>
Note this only supports compressed Secp256k1 pubkeys, double check
this is the algo used to create your account.
</p>
<p>Add the addresses that will make up this multisig.</p>
</StackableContainer>
{this.state.pubkeys.map((pubkeyGroup, index) => (
<StackableContainer lessPadding lessMargin key={index}>
@@ -153,7 +149,7 @@ class MultiSigForm extends React.Component {
</StackableContainer>
))}
<Button label="Add another pubkey" onClick={this.handleAddKey} />
<Button label="Add another address" onClick={this.handleAddKey} />
</StackableContainer>
<StackableContainer>
<StackableContainer lessPadding>