From addd34eccb6b4a433caed178ccb0602a18151e4b Mon Sep 17 00:00:00 2001 From: James Dean Date: Thu, 28 May 2026 14:35:18 -0700 Subject: [PATCH 1/2] Simplify expense details message in English language file --- src/languages/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index b37663c2ee8..213972b50b9 100644 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -1313,7 +1313,7 @@ const translations = { pendingMatchSubmitTitle: 'Submit report', pendingMatchSubmitDescription: 'Some expenses are awaiting a match with a credit card transaction. Do you want to mark them as cash?', routePending: 'Route pending...', - automaticallyEnterExpenseDetails: 'Concierge will automatically enter the expense details for you, or you can add them manually.', + automaticallyEnterExpenseDetails: 'Concierge will add the details for you, or you can add them manually.', receiptScanning: () => ({ one: 'Receipt scanning...', other: 'Receipts scanning...', From 08b4fbd54b2a01ef1d8af1e50e119bef526c159f Mon Sep 17 00:00:00 2001 From: James Dean Date: Thu, 28 May 2026 14:42:30 -0700 Subject: [PATCH 2/2] Update expense details message for conciseness --- src/languages/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en.ts b/src/languages/en.ts index 213972b50b9..fa5c4ed6bdd 100644 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -1313,7 +1313,7 @@ const translations = { pendingMatchSubmitTitle: 'Submit report', pendingMatchSubmitDescription: 'Some expenses are awaiting a match with a credit card transaction. Do you want to mark them as cash?', routePending: 'Route pending...', - automaticallyEnterExpenseDetails: 'Concierge will add the details for you, or you can add them manually.', + automaticallyEnterExpenseDetails: 'Concierge will fill in the details for you.', receiptScanning: () => ({ one: 'Receipt scanning...', other: 'Receipts scanning...',