Merge pull request #1765 from RafaelTaranto/backport/unify-reject-text
LAM-775 fix: wording
This commit is contained in:
commit
fbc70fa16b
1 changed files with 3 additions and 3 deletions
|
|
@ -280,9 +280,9 @@ const Blacklist = () => {
|
||||||
<Label2>{rejectAddressReuse ? 'On' : 'Off'}</Label2>
|
<Label2>{rejectAddressReuse ? 'On' : 'Off'}</Label2>
|
||||||
<HelpTooltip width={304}>
|
<HelpTooltip width={304}>
|
||||||
<P>
|
<P>
|
||||||
The "Reject reused addresses" option means that all addresses
|
This option requires a user to scan a fresh wallet address if
|
||||||
that are used once will be automatically rejected if there's
|
they attempt to scan one that had been previously used for a
|
||||||
an attempt to use them again on a new transaction.
|
transaction in your network.
|
||||||
</P>
|
</P>
|
||||||
<P>
|
<P>
|
||||||
For details please read the relevant knowledgebase article:
|
For details please read the relevant knowledgebase article:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue