From 16745e77d40a696bf0064ad27f40650370ef9aa6 Mon Sep 17 00:00:00 2001 From: xCJPECKOVERx Date: Tue, 10 Jun 2025 00:49:34 -0400 Subject: [PATCH] fix(web): Remove tag buttons in search and modal missing tooltip translations (#19087) * - use translations for "remove tag" text on the search-tags-section and the AssetTagModal * include new translations * - fix i18n --- i18n/en.json | 1 + .../shared-components/search-bar/search-tags-section.svelte | 2 +- web/src/lib/modals/AssetTagModal.svelte | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 1be84c5e7a..86de3808ba 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1499,6 +1499,7 @@ "remove_from_shared_link": "Remove from shared link", "remove_memory": "Remove memory", "remove_photo_from_memory": "Remove photo from this memory", + "remove_tag": "Remove tag", "remove_url": "Remove URL", "remove_user": "Remove user", "removed_api_key": "Removed API Key: {name}", diff --git a/web/src/lib/components/shared-components/search-bar/search-tags-section.svelte b/web/src/lib/components/shared-components/search-bar/search-tags-section.svelte index 0819022ae2..f1412e570f 100644 --- a/web/src/lib/components/shared-components/search-bar/search-tags-section.svelte +++ b/web/src/lib/components/shared-components/search-bar/search-tags-section.svelte @@ -67,7 +67,7 @@