Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Changed placeholder text for Token Symbol input from $ to Token symbol #420

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions app/client/templates/views/modals/addToken.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ <h3>{{i18n "wallet.modals.addToken.tokenName"}}</h3>
<input type="string" value="{{name}}" name="name" placeholder="Token name" class="name">

<h3>{{i18n "wallet.modals.addToken.tokenSymbol"}}</h3>
<input type="string" value="{{symbol}}" name="symbol" placeholder="$" class="symbol">
<input type="string" value="{{symbol}}" name="symbol" placeholder="Token symbol" class="symbol">



<h3>{{i18n "wallet.modals.addToken.decimalPlaces"}}</h3>
<input type="number" min="0" step="1" name="division" value="{{decimals}}" placeholder="2" class="decimals">

Expand All @@ -24,4 +24,4 @@ <h3>{{i18n "wallet.modals.addToken.preview"}}</h3>

{{> elements_tokenBox previewToken}}

</template>
</template>