Skip to content

Commit

Permalink
translations fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Dec 6, 2024
1 parent 2e67ea4 commit ba2f51b
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
@@ -5428,7 +5428,7 @@ const translations = {
exploreExpensify: 'Explore everything Expensify has to offer',
},
migratedUserWelcomeModal: {
title: 'Travel and expense at the speed of chat!',
title: 'Travel and expense, at the speed of chat',
subtitle: 'New Expensify has the same great automation, but now with amazing collaboration:',
confirmText: "Let's go!",
features: {
12 changes: 6 additions & 6 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
@@ -5948,13 +5948,13 @@ const translations = {
exploreExpensify: 'Explora todo lo que Expensify tiene para ofrecer',
},
migratedUserWelcomeModal: {
title: 'Travel and expense at the speed of chat!',
subtitle: 'New Expensify has the same great automation, but now with amazing collaboration:',
confirmText: "Let's go!",
title: 'Viajes y gastos, a la velocidad del chat',
subtitle: 'New Expensify tiene la misma excelente automatización, pero ahora con una colaboración increíble:',
confirmText: 'Vamos!',
features: {
chat: '<strong>Chat directly on any expense</strong>, report, or workspace',
scanReceipt: '<strong>Scan receipts</strong> and get paid back',
crossPlatform: 'Do <strong>everything</strong> from your phone or browser',
chat: '<strong>Chatea directamente en cualquier gasto</strong>, informe o espacio de trabajo',
scanReceipt: '<strong>Escanea recibos</strong> y obtén reembolsos',
crossPlatform: 'Haz <strong>todo</strong> desde tu teléfono o navegador',
},
},
};

0 comments on commit ba2f51b

Please sign in to comment.