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
+1
Original file line number
Diff line number
Diff line change
@@ -2713,6 +2713,7 @@ const translations = {
2713
2713
submitExpense: 'Submit your expenses below:',
2714
2714
defaultCategory: 'Default category',
2715
2715
viewTransactions: 'View transactions',
2716
+
leaveConfirmation: "Are you sure you want to leave this workspace? Once you leave, you'll lose access to all data and settings associated with this workspace.",
2716
2717
},
2717
2718
perDiem: {
2718
2719
subtitle: 'Set per diem rates to control daily employee spend. ',
Copy file name to clipboardexpand all lines: src/languages/es.ts
+2
Original file line number
Diff line number
Diff line change
@@ -2738,6 +2738,8 @@ const translations = {
2738
2738
submitExpense: 'Envía tus gastos a continuación:',
2739
2739
defaultCategory: 'Categoría predeterminada',
2740
2740
viewTransactions: 'Ver transacciones',
2741
+
leaveConfirmation:
2742
+
'¿Estás seguro de que quieres salir de este espacio de trabajo? Una vez que salgas, perderás el acceso a todos los datos y configuraciones asociadas con este espacio de trabajo.',
2741
2743
},
2742
2744
perDiem: {
2743
2745
subtitle: 'Establece las tasas per diem para controlar los gastos diarios de los empleados. ',
0 commit comments