Skip to content

Commit

Permalink
Merge pull request #40592 from Expensify/francois-fix-copy-case-40581
Browse files Browse the repository at this point in the history
Fix capitalization in 'Pay someone, get $250' banner
  • Loading branch information
yuwenmemon authored Apr 19, 2024
2 parents 2863f69 + 9d56e5f commit 583e837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2653,9 +2653,9 @@ export default {
body: `It pays to get paid! Submit an expense to a new Expensify account and get $${CONST.REFERRAL_PROGRAM.REVENUE} when they become a customer.`,
},
[CONST.REFERRAL_PROGRAM.CONTENT_TYPES.SEND_MONEY]: {
buttonText1: 'Pay Someone, ',
buttonText1: 'Pay someone, ',
buttonText2: `get $${CONST.REFERRAL_PROGRAM.REVENUE}.`,
header: `Pay Someone, get $${CONST.REFERRAL_PROGRAM.REVENUE}`,
header: `Pay someone, get $${CONST.REFERRAL_PROGRAM.REVENUE}`,
body: `You gotta spend money to make money! Pay someone with Expensify and get $${CONST.REFERRAL_PROGRAM.REVENUE} when they become a customer.`,
},
[CONST.REFERRAL_PROGRAM.CONTENT_TYPES.REFER_FRIEND]: {
Expand Down

0 comments on commit 583e837

Please sign in to comment.