mirror of
https://github.com/ascribe/onion.git
synced 2025-01-10 21:18:38 +01:00
Fix labels for buttons
This commit is contained in:
parent
1320b5c965
commit
52903c6982
@ -68,7 +68,7 @@ let IkonotvArtistDetailsForm = React.createClass({
|
|||||||
type="submit"
|
type="submit"
|
||||||
className="btn ascribe-btn ascribe-btn-login"
|
className="btn ascribe-btn ascribe-btn-login"
|
||||||
disabled={this.props.disabled}>
|
disabled={this.props.disabled}>
|
||||||
{getLangText('Proceed to artwork details')}
|
{getLangText('Proceed to loan')}
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ let IkonotvArtworkDetailsForm = React.createClass({
|
|||||||
type="submit"
|
type="submit"
|
||||||
className="btn ascribe-btn ascribe-btn-login"
|
className="btn ascribe-btn ascribe-btn-login"
|
||||||
disabled={this.props.disabled}>
|
disabled={this.props.disabled}>
|
||||||
{getLangText('Proceed to loan')}
|
{getLangText('Proceed to artist details')}
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user