Skip to content

Commit 7899e6b

Browse files
authored
Merge pull request Expensify#90528 from Expensify/lucien/fix-companyCard-submitCTA
Fix "Next" button on final step of add company card flow
2 parents 7ef6d9e + ed05689 commit 7899e6b

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)