Issue description
- version
master
- components:
Alert, ModalHeader
Currently the Alert and ModalHeader components hardcode the aria-label="Close" attribute, which seems inconsistend with rest of components, and makes it impossible to inject localized label from the application:
https://github.com/reactstrap/reactstrap/blob/master/src/Alert.js#L62
https://github.com/reactstrap/reactstrap/blob/master/src/ModalHeader.js#L38
Issue description
masterAlert,ModalHeaderCurrently the
AlertandModalHeadercomponents hardcode thearia-label="Close"attribute, which seems inconsistend with rest of components, and makes it impossible to inject localized label from the application:https://github.com/reactstrap/reactstrap/blob/master/src/Alert.js#L62
https://github.com/reactstrap/reactstrap/blob/master/src/ModalHeader.js#L38