Skip to content

Commit

Permalink
Merge pull request #42790 from Expensify/cm-fix-story-button-language
Browse files Browse the repository at this point in the history
Fix button wording for consistency
  • Loading branch information
deetergp authored May 29, 2024
2 parents 5578561 + 2b0369e commit 317ec5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/ButtonWithDropdownMenu.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function Template(props: ButtonWithDropdownMenuProps<unknown>) {
// See: https://storybook.js.org/docs/react/writing-stories/introduction#using-args
const Default: ButtonWithDropdownMenuStory = Template.bind({});
Default.args = {
customText: 'Pay using Expensify',
customText: 'Pay with Expensify',
onPress: (e, item) => {
alert(`Button ${item as string} is pressed.`);
},
Expand Down

0 comments on commit 317ec5a

Please sign in to comment.