mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +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"
|
||||
className="btn ascribe-btn ascribe-btn-login"
|
||||
disabled={this.props.disabled}>
|
||||
{getLangText('Proceed to artwork details')}
|
||||
{getLangText('Proceed to loan')}
|
||||
</button>
|
||||
);
|
||||
|
||||
|
@ -67,7 +67,7 @@ let IkonotvArtworkDetailsForm = React.createClass({
|
||||
type="submit"
|
||||
className="btn ascribe-btn ascribe-btn-login"
|
||||
disabled={this.props.disabled}>
|
||||
{getLangText('Proceed to loan')}
|
||||
{getLangText('Proceed to artist details')}
|
||||
</button>
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user