From 7111479082927ed3bef9f4fdfd4596b4ca17bb48 Mon Sep 17 00:00:00 2001 From: James Dean Date: Mon, 5 May 2025 10:19:49 -0700 Subject: [PATCH 1/2] [NO QA] Minor copy update Convo: https://expensify.slack.com/archives/C03SSAQG5/p1746454607591099 --- 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 7093625369a6..81a0fc01a84e 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -5923,7 +5923,7 @@ const translations = { perMemberMonth: 'per member/month', collect: { title: 'Collect', - description: 'The SMB plan that gives you expense, travel, and chat.', + description: 'The small business plan that gives you expense, travel, and chat.', priceAnnual: ({lower, upper}: YourPlanPriceParams) => `From ${lower}/active member with the Expensify Card, ${upper}/active member without the Expensify Card.`, pricePayPerUse: ({lower, upper}: YourPlanPriceParams) => `From ${lower}/active member with the Expensify Card, ${upper}/active member without the Expensify Card.`, benefit1: 'Receipt scanning', From 1f1e6efb0988c4cf3b84aeeb0735d74fb5707301 Mon Sep 17 00:00:00 2001 From: James Dean Date: Mon, 5 May 2025 10:21:57 -0700 Subject: [PATCH 2/2] Update es.ts --- src/languages/es.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/es.ts b/src/languages/es.ts index babcb076fd71..1129cbbf8973 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -6445,7 +6445,7 @@ const translations = { perMemberMonth: 'por miembro/mes', collect: { title: 'Recopilar', - description: 'El plan SMB que te ofrece gestión de gastos, viajes y chat.', + description: 'El plan para pequeñas empresas que te ofrece gestión de gastos, viajes y chat.', priceAnnual: ({lower, upper}: YourPlanPriceParams) => `Desde ${lower}/miembro activo con la Tarjeta Expensify, ${upper}/miembro activo sin la Tarjeta Expensify.`, pricePayPerUse: ({lower, upper}: YourPlanPriceParams) => `Desde ${lower}/miembro activo con la Tarjeta Expensify, ${upper}/miembro activo sin la Tarjeta Expensify.`, benefit1: 'Escaneo de recibos',