Skip to content

Commit

Permalink
Merge pull request #20744 from Expensify/sonialiap-patch-1
Browse files Browse the repository at this point in the history
Update en.js
  • Loading branch information
luacmartins authored Jun 15, 2023
2 parents f9367c3 + e735522 commit e10bff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ export default {
phrase2: "Money talks. And now that chat and payments are in one place, it's also easy.",
phrase3: 'Your payments get to you as fast as you can get your point across.',
enterPassword: 'Please enter your password',
newFaceEnterMagicCode: ({login}) => `It's always great to see a new face around here! Please enter the magic code sent to ${login}`,
welcomeEnterMagicCode: ({login}) => `Please enter the magic code sent to ${login}`,
newFaceEnterMagicCode: ({login}) => `It's always great to see a new face around here! Please enter the magic code sent to ${login}. It should arrive within a minute or two.`,
welcomeEnterMagicCode: ({login}) => `Please enter the magic code sent to ${login}. It should arrive within a minute or two.`,
},
login: {
hero: {
Expand Down

0 comments on commit e10bff2

Please sign in to comment.