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}
)