Skip to content

Commit

Permalink
fix market's translaiton issue
Browse files Browse the repository at this point in the history
  • Loading branch information
valzav committed Jul 25, 2017
1 parent 11d225e commit 7d4a2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/pages/Market.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ class Market extends React.Component {
<div className="row">
<div className="column small-3 large-2"></div>
<div className="column small-9 large-8">
<input disabled={sell_disabled} type="submit" className="button hollow sell-color float-right uppercase" value={tt('navigation.sell_LIQUID_TOKEN')} />
<input disabled={sell_disabled} type="submit" className="button hollow sell-color float-right uppercase" value={tt('navigation.sell_LIQUID_TOKEN', {LIQUID_TOKEN})} />
{account &&
<div><small><a href="#" onClick={e => {e.preventDefault()
const price = parseFloat(this.refs.sellSteem_price.value)
Expand Down

0 comments on commit 7d4a2fe

Please sign in to comment.