Skip to content

Commit

Permalink
Merge pull request #32108 from waterim/fix-31554-Request-money-not-fo…
Browse files Browse the repository at this point in the history
…rmatted-correctly

Fix: An extra space in request money promote referral page
  • Loading branch information
amyevans committed Nov 28, 2023
2 parents 5eea628 + ed7202f commit 48e0c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1952,7 +1952,7 @@ export default {
buttonText1: 'Request money, ',
buttonText2: `get $${CONST.REFERRAL_PROGRAM.REVENUE}.`,
header: `Request money, get $${CONST.REFERRAL_PROGRAM.REVENUE}`,
body1: `Request money from a new Expensify account. Get $${CONST.REFERRAL_PROGRAM.REVENUE} once they start an annual subscription with two or more active members and make the first two payments toward their Expensify bill.`,
body1: `Request money from a new Expensify account. Get $${CONST.REFERRAL_PROGRAM.REVENUE} once they start an annual subscription with two or more active members and make the first two payments toward their Expensify bill.`,
},
[CONST.REFERRAL_PROGRAM.CONTENT_TYPES.SEND_MONEY]: {
buttonText1: 'Send money, ',
Expand Down

0 comments on commit 48e0c1e

Please sign in to comment.