Problem/Motivation
Core supplies the button text "Add another item" for add more buttons. It would be valuable to be able to customize this text. Our team had ideas to change it globally to something like "Add another" which is more concise, or to be able to pass in an entity name, for example a card entity could have the button text read "Add another card".
There is a way forward in the Simple Add More contrib module issue for limited-cardinality fields Make interface text configurable, and I think it would be useful at the core level for unlimited-cardinality fields..
Steps to reproduce
- Create a content type with a field that has unlimited cardinality
- Observe that the button to add additional items to this field in the authoring form uses the text "Add another item"

Proposed resolution
Create a core-supported way to globally modify button text used in the "Add another" button for unlimited-cardinality fields.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| drupal-button-add-another-item.png | 8.84 KB | dead_arm |
Comments
Comment #2
dead_armComment #3
dead_armComment #4
dead_armComment #5
marcoscanoJust clarifying title and description that this issue is about the unlimited-cardinality fields button (provided by core), since the button on limited-cardinality fields is provided by the contrib module.
Comment #6
anybody