From 1b6c53eeb8a00c84a14331f5f94d9b35ae8688f7 Mon Sep 17 00:00:00 2001 From: James Dean Date: Wed, 4 Dec 2024 16:16:09 -0800 Subject: [PATCH 1/5] Update en.ts tiny tweak to match Expensify style --- 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 d79695ed8b481..051ca45700e82 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -2506,7 +2506,7 @@ const translations = { requested: 'Requested', distanceRates: 'Distance rates', welcomeNote: ({workspaceName}: WelcomeNoteParams) => - `You have been invited to ${workspaceName || 'a workspace'}! Download the Expensify mobile app at use.expensify.com/download to start tracking your expenses.`, + "You've been invited to ${workspaceName || 'a workspace'}! Download the Expensify mobile app at use.expensify.com/download to start tracking your expenses.", subscription: 'Subscription', markAsExported: 'Mark as manually entered', exportIntegrationSelected: ({connectionName}: ExportIntegrationSelectedParams) => `Export to ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}`, From 54dfa4563f439773fdc870b3718333b18bd628a7 Mon Sep 17 00:00:00 2001 From: James Dean Date: Thu, 5 Dec 2024 11:41:07 -0800 Subject: [PATCH 2/5] Update en.ts --- 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 051ca45700e82..3a2573acd47a3 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -2506,7 +2506,7 @@ const translations = { requested: 'Requested', distanceRates: 'Distance rates', welcomeNote: ({workspaceName}: WelcomeNoteParams) => - "You've been invited to ${workspaceName || 'a workspace'}! Download the Expensify mobile app at use.expensify.com/download to start tracking your expenses.", + "You've been invited to ${workspaceName || 'a workspace'}! Get the most out of Expensify by downloading the app at use.expensify.com/download.", subscription: 'Subscription', markAsExported: 'Mark as manually entered', exportIntegrationSelected: ({connectionName}: ExportIntegrationSelectedParams) => `Export to ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}`, From 8cea8a381501fa07684a63ae2a645e13d8ba3e21 Mon Sep 17 00:00:00 2001 From: James Dean Date: Thu, 5 Dec 2024 11:43:33 -0800 Subject: [PATCH 3/5] 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 5ce47db18d350..c44015ae2f251 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -2529,7 +2529,7 @@ const translations = { requested: 'Solicitado', distanceRates: 'Tasas de distancia', welcomeNote: ({workspaceName}: WelcomeNoteParams) => - `¡Has sido invitado a ${workspaceName}! Descargue la aplicación móvil Expensify en use.expensify.com/download para comenzar a rastrear sus gastos.`, + `¡Has sido invitado a ${workspaceName}! Saca el máximo provecho de Expensify descargando la aplicación en use.expensify.com/download.`, subscription: 'Suscripción', markAsExported: 'Marcar como introducido manualmente', exportIntegrationSelected: ({connectionName}: ExportIntegrationSelectedParams) => `Exportar a ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}`, From 31121fee739ae4a463439e362cc08de6469b588e Mon Sep 17 00:00:00 2001 From: James Dean Date: Thu, 5 Dec 2024 12:08:54 -0800 Subject: [PATCH 4/5] Update en.ts hmm maybe this will fix errors? --- 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 3a2573acd47a3..178c4f993b25f 100755 --- a/src/languages/en.ts +++ b/src/languages/en.ts @@ -2506,7 +2506,7 @@ const translations = { requested: 'Requested', distanceRates: 'Distance rates', welcomeNote: ({workspaceName}: WelcomeNoteParams) => - "You've been invited to ${workspaceName || 'a workspace'}! Get the most out of Expensify by downloading the app at use.expensify.com/download.", + `You've been invited to ${workspaceName || 'a workspace'}! Get the most out of Expensify by downloading the app at use.expensify.com/download.`, subscription: 'Subscription', markAsExported: 'Mark as manually entered', exportIntegrationSelected: ({connectionName}: ExportIntegrationSelectedParams) => `Export to ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}`, From a9cff6d187efd36707bdc7da72e89830038de0e5 Mon Sep 17 00:00:00 2001 From: James Dean Date: Thu, 5 Dec 2024 12:12:21 -0800 Subject: [PATCH 5/5] Update src/languages/es.ts Co-authored-by: Rocio Perez-Cano --- 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 c44015ae2f251..dc6e88e9983d7 100644 --- a/src/languages/es.ts +++ b/src/languages/es.ts @@ -2529,7 +2529,7 @@ const translations = { requested: 'Solicitado', distanceRates: 'Tasas de distancia', welcomeNote: ({workspaceName}: WelcomeNoteParams) => - `¡Has sido invitado a ${workspaceName}! Saca el máximo provecho de Expensify descargando la aplicación en use.expensify.com/download.`, + `¡Has sido invitado a ${workspaceName || 'un espacio de trabajo'}! Saca el máximo provecho de Expensify descargando la aplicación en use.expensify.com/download.`, subscription: 'Suscripción', markAsExported: 'Marcar como introducido manualmente', exportIntegrationSelected: ({connectionName}: ExportIntegrationSelectedParams) => `Exportar a ${CONST.POLICY.CONNECTIONS.NAME_USER_FRIENDLY[connectionName]}`,