From 5f07eee7ed15d15d9e7ebe4ba2f776d9f2010073 Mon Sep 17 00:00:00 2001 From: Toni <51962051+EinToni@users.noreply.github.com> Date: Fri, 7 Feb 2025 18:38:12 +0100 Subject: [PATCH] Fix mixup of descriptions --- i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 6f5d517ffd..316222b35a 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1240,10 +1240,10 @@ "sync": "Sync", "synchronize_albums" : "Synchronize Albums", "synchronize_albums_description" : "All deduplicates get put in all albums of all duplicates.", - "synchronize_archives" : "Synchronize Archives", - "synchronize_archives_description" : "If one of the duplicates is a favorite, mark all deduplicated as favorites.", "synchronize_favorites" : "Synchronize Favorites", - "synchronize_favorites_description" : "If one of the duplicates is already archived, also archive the deduplicated result.", + "synchronize_favorites_description" : "If one of the duplicates is a favorite, mark all deduplicated as favorites.", + "synchronize_archives" : "Synchronize Archives", + "synchronize_archives_description" : "If one of the duplicates is already archived, also archive the deduplicated result.", "tag": "Tag", "tag_assets": "Tag assets", "tag_created": "Created tag: {tag}",