Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/webapp-yield' into webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Oct 24, 2023
2 parents 7a863f2 + 65c7a9c commit 0bef9a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ const Component = () => {
loading={submitLoading}
onClick={preCheckAction(onClick, extrinsicType)}
>
{processState.currentStep === 0 ? t('Submit') : (!isProcessDone ? t('Continue') : t('Finish'))}
{processState.currentStep === 0 ? t('Submit') : t('Continue')}
</Button>

<Divider className={'staking-modal-divider'} />
Expand Down

0 comments on commit 0bef9a2

Please sign in to comment.