1
0
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:
Tim Daubenschütz 2015-09-22 16:49:01 +02:00
parent 1320b5c965
commit 52903c6982
2 changed files with 2 additions and 2 deletions

View File

@ -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>
);

View File

@ -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>
);