Skip to content

Commit

Permalink
tweak register text
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed May 24, 2019
1 parent 7e75298 commit 4d16aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RegisterPopup/RegisterPopup.tsx
Expand Up @@ -157,7 +157,7 @@ class RegisterPopup extends React.Component<{}, IState> {
<button className="form-submit" disabled={this.state.isLoading || this.state.isSuccess}>{this.state.originalHash ? 'Update' : 'Register'} Document</button>
</form>}

<p>After registering, you will have to wait up to 1 hour in order for it to fully propagate to the blockchain.</p>
<p>After registering, you will have to wait for at least one new block to be sure your entry is registered with the blockchain.</p>
</div>
)}
</div>
Expand Down

0 comments on commit 4d16aaf

Please sign in to comment.