Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down