diff --git a/i18n/en.json b/i18n/en.json index cdffc66a51..eedd1428e9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2314,6 +2314,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_albums_manual_subtitle": "Sync all uploaded videos and photos to the selected backup albums", 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 @@