From ff3ea11fd6dc96ec9aae2b3d0b409740db80dbb4 Mon Sep 17 00:00:00 2001 From: Miguel Serrano Date: Wed, 5 Oct 2022 15:18:21 +0200 Subject: [PATCH] Merge pull request #9859 from overleaf/ab-restore-tag-names-dropdown [web] Restore tag names in the tags dropdown GitOrigin-RevId: eae4368c3726d22c9e6c96dce9e35a6ce1e462fb --- .../table/project-tools/buttons/tags-dropdown.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/services/web/frontend/js/features/project-list/components/table/project-tools/buttons/tags-dropdown.tsx b/services/web/frontend/js/features/project-list/components/table/project-tools/buttons/tags-dropdown.tsx index ec4fc5ec3a..908b5d4c0d 100644 --- a/services/web/frontend/js/features/project-list/components/table/project-tools/buttons/tags-dropdown.tsx +++ b/services/web/frontend/js/features/project-list/components/table/project-tools/buttons/tags-dropdown.tsx @@ -95,6 +95,9 @@ function TagsDropdown() { ? handleRemoveTagFromSelectedProjects(e, tag._id) : handleAddTagToSelectedProjects(e, tag._id) } + aria-label={t('add_or_remove_project_from_tag', { + tagName: tag.name, + })} > - - {t('add_or_remove_project_from_tag', { tagName: tag.name })} - + />{' '} + {tag.name} )