Open
Description
- I have searched the Issues to see if this bug has already been reported
- I have tested the latest version
Summary
I'm using the <Modal>
component and I would like to be able to customize the close button label (aria-label
attribute) for other languages appart from english. Right now, the close button label is hardcoded to Close
.
I've seen that there are multiple components where the aria-label
attribute is hardcoded to english, so I think it would be a good idea to make it customizable.
If you have any ideas on how to implement this, I'd be happy to help with a contribution.