diff --git a/projects/aca-content/assets/i18n/en.json b/projects/aca-content/assets/i18n/en.json index 84fdf7827..fed809462 100644 --- a/projects/aca-content/assets/i18n/en.json +++ b/projects/aca-content/assets/i18n/en.json @@ -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" }, diff --git a/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.html b/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.html index c356a5876..d230ba548 100644 --- a/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.html +++ b/projects/aca-content/src/lib/components/bulk-actions-dropdown/bulk-actions-dropdown.component.html @@ -1,9 +1,9 @@ + {{ 'SEARCH.BULK_ACTIONS_DROPDOWN.LABEL' | translate }}