Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dev0tion committed Mar 18, 2021
1 parent ef742f3 commit ecfbf75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
<div class="form-group clearfix">
<label for="destinationAddress">Destination address</label>
<input type="text" class="form-control" [class.is-invalid]="interoperabilityFormErrors.destinationAddress" [class.is-valid]="interoperabilityForm.get('destinationAddress').valid" formControlName="destinationAddress" placeholder="Please enter the sidechain destination address here.">
<input type="text" class="form-control" [class.is-invalid]="interoperabilityFormErrors.destinationAddress" [class.is-valid]="interoperabilityForm.get('destinationAddress').valid" formControlName="destinationAddress" placeholder="Please enter the Ethereum destination address here.">
<div *ngIf="interoperabilityFormErrors.destinationAddress" class="invalid-feedback">{{ interoperabilityFormErrors.destinationAddress }}</div>
</div>
<div class="form-group clearfix">
Expand Down

0 comments on commit ecfbf75

Please sign in to comment.