diff --git a/js/components/whitelabel/wallet/components/ikonotv/ascribe_forms/ikonotv_artist_details_form.js b/js/components/whitelabel/wallet/components/ikonotv/ascribe_forms/ikonotv_artist_details_form.js index fadeec59..b9bb518a 100644 --- a/js/components/whitelabel/wallet/components/ikonotv/ascribe_forms/ikonotv_artist_details_form.js +++ b/js/components/whitelabel/wallet/components/ikonotv/ascribe_forms/ikonotv_artist_details_form.js @@ -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')} ); diff --git a/js/components/whitelabel/wallet/components/ikonotv/ascribe_forms/ikonotv_artwork_details_form.js b/js/components/whitelabel/wallet/components/ikonotv/ascribe_forms/ikonotv_artwork_details_form.js index fb21c3a8..bab4ceca 100644 --- a/js/components/whitelabel/wallet/components/ikonotv/ascribe_forms/ikonotv_artwork_details_form.js +++ b/js/components/whitelabel/wallet/components/ikonotv/ascribe_forms/ikonotv_artwork_details_form.js @@ -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')} );