There is no possibility to change aria-label either via a locale file or component properties. That breaks disability tests for other languages (in my case German).
|
<button type="button" onClick={onClose} aria-label="Close" className={`${prefixCls}-close`}> |