Skip to content

Commit 46cbb3b

Browse files
authored
Merge pull request Expensify#86331 from allgandalf/fix-not-here-page-workspace-creation-for-client
2 parents 716afc8 + b8ad191 commit 46cbb3b

18 files changed

Lines changed: 196 additions & 85 deletions

File tree

src/ROUTES.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3398,6 +3398,7 @@ const ROUTES = {
33983398
getRoute: (backTo?: string) => getUrlWithBackToParam(`workspace/confirmation`, backTo),
33993399
},
34003400
WORKSPACE_CONFIRMATION_OWNER_SELECTOR: 'workspace/confirmation/owner-selector',
3401+
WORKSPACE_CONFIRMATION_SUCCESS: 'workspace/confirmation/success',
34013402
MIGRATED_USER_WELCOME_MODAL: {
34023403
route: 'onboarding/migrated-user-welcome',
34033404

src/SCREENS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ const SCREENS = {
521521
ROOT: 'ReportChangeWorkspace_Root',
522522
},
523523

524-
WORKSPACE_CONFIRMATION: {ROOT: 'Workspace_Confirmation_Root', OWNER_SELECTOR: 'Workspace_Confirmation_Owner_Selector'},
524+
WORKSPACE_CONFIRMATION: {ROOT: 'Workspace_Confirmation_Root', OWNER_SELECTOR: 'Workspace_Confirmation_Owner_Selector', SUCCESS: 'Workspace_Confirmation_Success'},
525525
WORKSPACE_DUPLICATE: {ROOT: 'Workspace_Duplicate_Root', SELECT_FEATURES: 'Workspace_Duplicate_Select_Features'},
526526

527527
WORKSPACES_LIST: 'Workspaces_List',

src/languages/de.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4308,6 +4308,10 @@ ${amount} für ${merchant} – ${date}`,
43084308
travelInvoicingPayableAccount: 'Reiseverbindlichkeitskonto',
43094309
hr: 'Personalwesen',
43104310
},
4311+
createdForClient: {
4312+
title: 'Du hast einen Workspace für deinen Kunden erstellt!',
4313+
description: 'Großartige Neuigkeiten 🎉. Kontaktiere uns, wenn sie Hilfe bei der Einrichtung benötigen.',
4314+
},
43114315
receiptPartners: {
43124316
uber: {
43134317
subtitle: (organizationName: string) =>

src/languages/en.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4384,6 +4384,10 @@ const translations = {
43844384
travelInvoicingVendor: 'Travel vendor',
43854385
travelInvoicingPayableAccount: 'Travel payable account',
43864386
},
4387+
createdForClient: {
4388+
title: "You've created a workspace for your client!",
4389+
description: 'Great news 🎉. Reach out to us if they need any help with the setup.',
4390+
},
43874391
receiptPartners: {
43884392
uber: {
43894393
subtitle: (organizationName: string) => (organizationName ? `Connected to ${organizationName}` : 'Automate travel and meal delivery expenses across your organization.'),

src/languages/es.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4226,6 +4226,10 @@ ${amount} para ${merchant} - ${date}`,
42264226
travelInvoicingVendor: 'Proveedor de viajes',
42274227
travelInvoicingPayableAccount: 'Cuenta por pagar de viajes',
42284228
},
4229+
createdForClient: {
4230+
title: '¡Has creado un espacio de trabajo para tu cliente!',
4231+
description: 'Excelentes noticias 🎉. Contáctanos si necesitan ayuda con la configuración.',
4232+
},
42294233
receiptPartners: {
42304234
uber: {
42314235
subtitle: (organizationName) => (organizationName ? `Conectado a ${organizationName}` : 'Automatice los gastos de viajes y entrega de comidas en toda su organización.'),

src/languages/fr.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4317,6 +4317,10 @@ ${amount} pour ${merchant} - ${date}`,
43174317
travelInvoicingPayableAccount: 'Compte fournisseur déplacements',
43184318
hr: 'RH',
43194319
},
4320+
createdForClient: {
4321+
title: 'Vous avez créé un espace de travail pour votre client !',
4322+
description: "Excellente nouvelle 🎉. Contactez-nous si votre client a besoin d'aide pour la configuration.",
4323+
},
43204324
receiptPartners: {
43214325
uber: {
43224326
subtitle: (organizationName: string) =>

src/languages/it.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4294,6 +4294,10 @@ ${amount} per ${merchant} - ${date}`,
42944294
travelInvoicingPayableAccount: 'Conto debiti per viaggi',
42954295
hr: 'Risorse umane',
42964296
},
4297+
createdForClient: {
4298+
title: 'Hai creato uno spazio di lavoro per il tuo cliente!',
4299+
description: 'Ottime notizie 🎉. Contattaci se hanno bisogno di aiuto con la configurazione.',
4300+
},
42974301
receiptPartners: {
42984302
uber: {
42994303
subtitle: (organizationName: string) =>

src/languages/ja.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4263,6 +4263,10 @@ ${integrationName === CONST.ONBOARDING_ACCOUNTING_MAPPING.other ? 'あなたの'
42634263
travelInvoicingPayableAccount: '旅費未払金勘定',
42644264
hr: '人事',
42654265
},
4266+
createdForClient: {
4267+
title: 'クライアントのワークスペースを作成しました!',
4268+
description: '素晴らしいニュースです 🎉。セットアップにサポートが必要な場合はお問い合わせください。',
4269+
},
42664270
receiptPartners: {
42674271
uber: {
42684272
subtitle: (organizationName: string) => (organizationName ? `${organizationName} に接続しました` : '組織全体の出張費や飲食デリバリー経費を自動化しましょう。'),

src/languages/nl.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,6 +4291,10 @@ ${amount} voor ${merchant} - ${date}`,
42914291
travelInvoicingPayableAccount: 'Reiscrediteurenrekening',
42924292
hr: 'HR',
42934293
},
4294+
createdForClient: {
4295+
title: 'Je hebt een werkruimte voor je klant aangemaakt!',
4296+
description: 'Geweldig nieuws 🎉. Neem contact met ons op als ze hulp nodig hebben bij de configuratie.',
4297+
},
42944298
receiptPartners: {
42954299
uber: {
42964300
subtitle: (organizationName: string) => (organizationName ? `Verbonden met ${organizationName}` : 'Automatiseer reis- en maaltijdbezorgingskosten in uw hele organisatie.'),

src/languages/pl.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4283,6 +4283,10 @@ ${amount} dla ${merchant} - ${date}`,
42834283
travelInvoicingPayableAccount: 'Konto zobowiązań z tytułu podróży',
42844284
hr: 'HR',
42854285
},
4286+
createdForClient: {
4287+
title: 'Utworzyłeś przestrzeń roboczą dla swojego klienta!',
4288+
description: 'Świetna wiadomość 🎉. Skontaktuj się z nami, jeśli potrzebują pomocy przy konfiguracji.',
4289+
},
42864290
receiptPartners: {
42874291
uber: {
42884292
subtitle: (organizationName: string) =>

0 commit comments

Comments
 (0)