[ACS-10293] Bulk actions dropdown SR fixes (#5019)

* [ACS-10293] Bulk actions dropdown SR fixes

* [ACS-10293] Remove extra title

* [ACS-10293] Unit tests cleanup
This commit is contained in:
Michal Kinas
2026-01-30 16:41:09 +01:00
committed by GitHub
parent 6d8729d96f
commit 2019f151ed
3 changed files with 5 additions and 13 deletions
+2 -1
View File
@@ -582,7 +582,8 @@
},
"SEARCH": {
"BULK_ACTIONS_DROPDOWN": {
"TITLE": "Bulk Actions ({{ count }} Items)",
"LABEL": "Bulk Actions",
"TITLE": "Select an action for all {{ count }} results",
"BULK_NOT_AVAILABLE": "Bulk Actions (Not Available)",
"BULK_NOT_AVAILABLE_TOOLTIP": "Bulk Actions cannot be used without search results"
},