Skip to content

Commit 4279f31

Browse files
committed
update DetailsStep button label to submit
1 parent 63196f1 commit 4279f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/workspace/companyCards/addNew/DetailsStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function DetailsStep({policyID, cardFeeds, workspaceAccountID}: DetailsStepProps
190190
/>
191191
<FormProvider
192192
formID={ONYXKEYS.FORMS.ADD_NEW_CARD_FEED_FORM}
193-
submitButtonText={translate('common.next')}
193+
submitButtonText={translate('common.submit')}
194194
onSubmit={submit}
195195
validate={validate}
196196
style={[styles.mh5, styles.flexGrow1]}

0 commit comments

Comments
 (0)