Description of problem:
The search bar and other chip groups in the ACM UI do not have the expand/collapse button text translated consistently.
Version-Release number of selected component (if applicable):
ACM 2.8.0
How reproducible:
Always
Steps to Reproduce:
- Enter more than 3 search terms on the Search page
- Or, Enter more than 3 variables for a job template in an Automation template
Actual results:
Expected results:
- All text should be translated.
- "Show Less" should have proper casing: "Show less"
Additional info:
It would probably be best to create an AcmChipGroup wrapper component, since the translation should be generic, and use it in all 3 spots in the UI where we currently use ChipGroup. Make sure both the collapsedText and expandedText props are given. For collapsedText, use the variable name count in case singular/plural affects other languages in this case.