-
-
+
)}
diff --git a/apps/web/src/i18n/translations.ts b/apps/web/src/i18n/translations.ts
index 0b3742d..1599e8b 100644
--- a/apps/web/src/i18n/translations.ts
+++ b/apps/web/src/i18n/translations.ts
@@ -19,7 +19,7 @@ export const translations = {
nothingHere: 'Nothing here',
markCompleted: 'Mark as completed',
// Timeline
- whatTheFutureHolds: 'What the future holds',
+ whatTheFutureHolds: 'Upcoming tasks',
noUpcoming: 'No upcoming tasks scheduled',
tomorrow: 'Tomorrow',
inDays: (n: number) => `In ${n} days`,
@@ -69,7 +69,7 @@ export const translations = {
nothingHere: 'Rien ici',
markCompleted: 'Marquer comme fait',
// Timeline
- whatTheFutureHolds: 'Ce que l\'avenir réserve',
+ whatTheFutureHolds: 'Tâches à venir',
noUpcoming: 'Aucune tâche à venir',
tomorrow: 'Demain',
inDays: (n: number) => `Dans ${n} jours`,