You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/languages/en.ts
+4
Original file line number
Diff line number
Diff line change
@@ -742,6 +742,10 @@ const translations = {
742
742
listOfChats: 'List of chats',
743
743
saveTheWorld: 'Save the world',
744
744
tooltip: 'Get started here!',
745
+
redirectToExpensifyClassicModal: {
746
+
title: 'Coming soon',
747
+
description: "We're fine-tuning a few more bits and pieces of New Expensify to accommodate your specific setup. In the meantime, head over to Expensify Classic.",
Copy file name to clipboardexpand all lines: src/languages/es.ts
+4
Original file line number
Diff line number
Diff line change
@@ -736,6 +736,10 @@ const translations = {
736
736
listOfChats: 'lista de chats',
737
737
saveTheWorld: 'Salvar el mundo',
738
738
tooltip: '¡Comienza aquí!',
739
+
redirectToExpensifyClassicModal: {
740
+
title: 'Próximamente',
741
+
description: 'Estamos ajustando algunos detalles de New Expensify para adaptarla a tu configuración específica. Mientras tanto, dirígete a Expensify Classic.',
* There are scenarios where users who have not yet had their group workspace-chats in NewDot (isPolicyExpenseChatEnabled). In those scenarios, things can get confusing if they try to submit/track expenses. To address this, we block them from Creating, Tracking, Submitting expenses from NewDot if they are:
190
+
* 1. on at least one group policy
191
+
* 2. none of the group policies they are a member of have isPolicyExpenseChatEnabled=true
0 commit comments