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
+2
Original file line number
Diff line number
Diff line change
@@ -4607,6 +4607,8 @@ const translations = {
4607
4607
other: `removed you from ${joinedNames}'s approval workflows and workspace chats. Previously submitted reports will remain available for approval in your Inbox.`,
4608
4608
};
4609
4609
},
4610
+
upgradedWorkspace: 'upgraded this workspace to the Control plan',
4611
+
downgradedWorkspace: 'downgraded this workspace to the Collect plan',
Copy file name to clipboardexpand all lines: src/languages/es.ts
+2
Original file line number
Diff line number
Diff line change
@@ -4655,6 +4655,8 @@ const translations = {
4655
4655
other: `te eliminó de los flujos de trabajo de aprobaciones y de los chats del espacio de trabajo de ${joinedNames}. Los informes enviados anteriormente seguirán estando disponibles para su aprobación en tu bandeja de entrada.`,
4656
4656
};
4657
4657
},
4658
+
upgradedWorkspace: 'mejoró este espacio de trabajo al plan Controlar',
4659
+
downgradedWorkspace: 'bajó de categoría este espacio de trabajo al plan Recopilar',
0 commit comments