Update Add Issues button text when 0 issues are selected
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Problem to solve
Following on from this discussion, in app/assets/javascripts/boards/components/modal/footer.vue we display a button to add additional issues. The text displayed depends on the # of issues to be added:
- 0 issues: Add Issues
- 1 issue: Add Issue
- n where n = 2+ issues: Add n Issues
Can we simplify this text and also the translations generated?
Additionally, would there be any benefit for translations if we changed this?
Proposal
For 0 issues we could:
- display Add 0 Issues
- hide the button entirely
Current implementation
Edited by 🤖 GitLab Bot 🤖

