diff --git a/i18n/en.json b/i18n/en.json
index c34de74ae5..91bbb6cda2 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,4 +1,6 @@
{
+ "user_usage_stats": "Account usage statistics",
+ "user_usage_stats_description": "View account usage statistics",
"about": "Refresh",
"account": "Account",
"account_settings": "Account Settings",
@@ -1315,5 +1317,7 @@
"years_ago": "{years, plural, one {# year} other {# years}} ago",
"yes": "Yes",
"you_dont_have_any_shared_links": "You don't have any shared links",
- "zoom_image": "Zoom Image"
+ "zoom_image": "Zoom Image",
+ "timeline": "Timeline",
+ "total": "Total"
}
diff --git a/web/src/lib/components/shared-components/side-bar/more-information-albums.svelte b/web/src/lib/components/shared-components/side-bar/more-information-albums.svelte
deleted file mode 100644
index 58ce0c8574..0000000000
--- a/web/src/lib/components/shared-components/side-bar/more-information-albums.svelte
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-{#await handleAlbumCount()}
-
{$t('albums_count', { values: { count: data[albumType] } })}
-{$t('videos_count', { values: { count: data.videos } })}
-{$t('photos_count', { values: { count: data.images } })}
-{$t('photos_and_videos')}
+{$t('view').toLocaleString()} | +{$t('photos').toLocaleString()} | +{$t('videos').toLocaleString()} | +{$t('total').toLocaleString()} | +
---|---|---|---|
{$t('albums')}
+{$t('owned')} | +{$t('shared')} | +
---|---|
{albumStats.owned.toLocaleString()} | +{albumStats.shared.toLocaleString()} | +