diff --git a/i18n/en.json b/i18n/en.json index 0acfe68fa3..817b31c0b5 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2076,6 +2076,7 @@ "support_third_party_description": "Your Immich installation was packaged by a third-party. Issues you experience may be caused by that package, so please raise issues with them in the first instance using the links below.", "supporter": "Supporter", "swap_merge_direction": "Swap merge direction", + "switch_sort_order": "Switch sort order from {from, select, asc {ascending} desc {descending} other {unknown}} to {to, select, asc {ascending} desc {descending} other {unknown}}", "sync": "Sync", "sync_albums": "Sync albums", "sync_local": "Sync Local", diff --git a/web/src/routes/(user)/albums/AlbumsControls.svelte b/web/src/routes/(user)/albums/AlbumsControls.svelte index ca1bdf1eb7..8671cc5323 100644 --- a/web/src/routes/(user)/albums/AlbumsControls.svelte +++ b/web/src/routes/(user)/albums/AlbumsControls.svelte @@ -1,5 +1,4 @@