Skip to content

Commit f899b7a

Browse files
enhance name in src/languages/en.ts
Co-authored-by: Pujan Shah <shahpujan1992@gmail.com>
1 parent 185a403 commit f899b7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/languages/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,10 +1370,10 @@ const translations = {
13701370
settlePayment: (formattedAmount: string) => `Pay ${formattedAmount}`,
13711371
settleBusiness: (formattedAmount?: string) => (formattedAmount ? `Pay ${formattedAmount} as a business` : `Pay with business account`),
13721372
payElsewhere: (formattedAmount?: string) => (formattedAmount ? `Mark ${formattedAmount} as paid` : `Mark as paid`),
1373-
confirmPaymentReceived: 'Confirm payment received',
1373+
confirmPaymentReceivedModalTitle: 'Confirm payment received',
13741374
receivedPayment: 'Received payment',
13751375
receivedPaymentConfirmation: "Please proceed only if you've already received payment outside of Expensify.",
1376-
yesIHaveReceivedPayment: "Yes, I've received payment",
1376+
confirmReceivedPayment: "Yes, I've received payment",
13771377
settleInvoicePersonal: (amount?: string, last4Digits?: string) => (amount ? `paid ${amount} with personal account ${last4Digits}` : `Paid with personal account`),
13781378
settleInvoiceBusiness: (amount?: string, last4Digits?: string) => (amount ? `paid ${amount} with business account ${last4Digits}` : `Paid with business account`),
13791379
payWithPolicy: (policyName: string, formattedAmount?: string) => (formattedAmount ? `Pay ${formattedAmount} via ${policyName}` : `Pay via ${policyName}`),

0 commit comments

Comments
 (0)