From 0c965ae2ea856409a24f2f3a533231ec08c6a76d Mon Sep 17 00:00:00 2001 From: xCJPECKOVERx Date: Sun, 8 Jun 2025 22:35:04 -0400 Subject: [PATCH] fix(web): add tag button tooltip not using translation (#18921) * - Fix add tag button to use proper translation * - formatting * Update button tooltip to also use translations --- i18n/en.json | 1 + web/src/lib/components/asset-viewer/detail-panel-tags.svelte | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index 2fbce6fbb7..3bb0ce1ad8 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -22,6 +22,7 @@ "add_partner": "Add partner", "add_path": "Add path", "add_photos": "Add photos", + "add_tag": "Add tag", "add_to": "Add to…", "add_to_album": "Add to album", "add_to_album_bottom_sheet_added": "Added to {album}", diff --git a/web/src/lib/components/asset-viewer/detail-panel-tags.svelte b/web/src/lib/components/asset-viewer/detail-panel-tags.svelte index 39afc1e506..2ce6d3d17f 100644 --- a/web/src/lib/components/asset-viewer/detail-panel-tags.svelte +++ b/web/src/lib/components/asset-viewer/detail-panel-tags.svelte @@ -67,7 +67,7 @@