diff --git a/client/src/pages/AtlasPage.jsx b/client/src/pages/AtlasPage.jsx
index 8c17f4f..a8e7fce 100644
--- a/client/src/pages/AtlasPage.jsx
+++ b/client/src/pages/AtlasPage.jsx
@@ -421,23 +421,11 @@ function SidebarContent({ data, stats, countries, selectedCountry, countryDetail
)}
- {/* Next trip */}
- {nextTrip && (
-
- )}
{/* Streak */}
{streak > 0 && (
{streak}
-
+
{streak === 1 ? t('atlas.yearInRow') : t('atlas.yearsInRow')}
@@ -446,7 +434,7 @@ function SidebarContent({ data, stats, countries, selectedCountry, countryDetail
{tripsThisYear > 0 && (
{tripsThisYear}
-
+
{tripsThisYear === 1 ? t('atlas.tripIn') : t('atlas.tripsIn')} {thisYear}