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
subtitle: 'Validez votre carte et commencez à dépenser.',
1008
1008
cta: 'Activer',
1009
1009
},
1010
+
ctaFix: 'Corriger',
1011
+
fixCompanyCardConnection: {
1012
+
title: ({feedName}: {feedName: string}) => (feedName ? `Corriger la connexion de la carte d'entreprise ${feedName}` : 'Corriger la connexion de la carte entreprise'),
1013
+
subtitle: 'Espace de travail > Cartes d’entreprise',
1014
+
},
1015
+
fixAccountingConnection: {title: ({integrationName}: {integrationName: string}) => `Corriger la connexion ${integrationName}`, subtitle: 'Espace de travail > Comptabilité'},
0 commit comments