Browse Source

fix button title

kunickyd 3 years ago
parent
commit
21dc3ddec5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/bc-info/bc-info.component.html

+ 1 - 1
src/app/bc-info/bc-info.component.html

@@ -13,7 +13,7 @@ Data URL: {{bcInfoService.dataUrl}} -->
             <p>Asset: {{assetId}}</p>
             <p>Balance: {{userBalance}}</p>
         </span>
-        <button type="button" class="btn btn-primary" (click)="onChooseArea()"> "Confirm area" : "Choose Area"}}</button>        
+        <button type="button" class="btn btn-primary" (click)="onChooseArea()">Confirm area</button>        
         <p>Extent: {{extent}}</p>
         <p>Price: {{price}}</p>
     </div>