From 259e93d2c6adfb25ee62c9f6665a61c894b4e8aa Mon Sep 17 00:00:00 2001 From: izzy Date: Tue, 13 Jan 2026 09:53:51 +0000 Subject: [PATCH] chore: i18n pass on table --- i18n/en.json | 4 +--- .../admin/maintenance/integrity-report/[type]/+page.svelte | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index c050f6c994..39e2285772 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1192,7 +1192,6 @@ "filters": "Filters", "find_them_fast": "Find them fast by name with search", "first": "First", - "first_page": "First page", "fix_incorrect_match": "Fix incorrect match", "folder": "Folder", "folder_not_found": "Folder not found", @@ -1359,6 +1358,7 @@ "link_to_oauth": "Link to OAuth", "linked_oauth_account": "Linked OAuth account", "list": "List", + "load_more": "Load More", "loading": "Loading", "loading_search_results_failed": "Loading search results failed", "local": "Local", @@ -1532,7 +1532,6 @@ "newest_first": "Newest first", "next": "Next", "next_memory": "Next memory", - "next_page": "Next page", "no": "No", "no_actions_added": "No actions added yet", "no_albums_message": "Create an album to organize your photos and videos", @@ -1709,7 +1708,6 @@ "previous_or_next_month": "Month forward/back", "previous_or_next_photo": "Photo forward/back", "previous_or_next_year": "Year forward/back", - "previous_page": "Previous page", "primary": "Primary", "privacy": "Privacy", "profile": "Profile", diff --git a/web/src/routes/admin/maintenance/integrity-report/[type]/+page.svelte b/web/src/routes/admin/maintenance/integrity-report/[type]/+page.svelte index a153b2f4eb..83253e2b76 100644 --- a/web/src/routes/admin/maintenance/integrity-report/[type]/+page.svelte +++ b/web/src/routes/admin/maintenance/integrity-report/[type]/+page.svelte @@ -215,7 +215,7 @@ {#if integrityReport.nextCursor} - + {/if}