Skip to content

Commit

Permalink
placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
gluk64 committed May 14, 2019
1 parent f0309ad commit a0af93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/explorer/src/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<h4>Matter Testnet Block Explorer</h4>
<b-form @submit.stop.prevent="search">
<b-input-group>
<b-form-input v-model="query" placeholder="block number or tx hash"></b-form-input>
<b-form-input v-model="query" placeholder="block number,tx hash or state root hash"></b-form-input>
<b-input-group-append>
<b-button @click="search" variant="info" :disabled="searching">
<b-spinner v-if="searching" small></b-spinner>
Expand Down

0 comments on commit a0af93c

Please sign in to comment.