1
0
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:
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" 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>
); );

View File

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