diff --git a/js/components/whitelabel/wallet/components/market/market_buttons/market_submit_button.js b/js/components/whitelabel/wallet/components/market/market_buttons/market_submit_button.js index d75282af..60a071d8 100644 --- a/js/components/whitelabel/wallet/components/market/market_buttons/market_submit_button.js +++ b/js/components/whitelabel/wallet/components/market/market_buttons/market_submit_button.js @@ -129,7 +129,8 @@ let MarketSubmitButton = React.createClass({ handleSuccess={this.handleAdditionalDataSuccess.bind(this, solePieceId)} title={getLangText('Add additional information')}> + pieceId={solePieceId} + submitLabel={getLangText('Continue to consignment')} /> - {getLangText('Register work')} + {submitLabel} );