diff --git a/packages/react/src/components/Copy/Copy.js b/packages/react/src/components/Copy/Copy.js index c722ea6f5df8..3741bdc91fe5 100644 --- a/packages/react/src/components/Copy/Copy.js +++ b/packages/react/src/components/Copy/Copy.js @@ -60,7 +60,9 @@ export default function Copy({ onAnimationEnd, handleAnimationEnd, ])} - {...other}> + {...other} + aria-live="polite" + aria-label={animation ? feedback : other['aria-label']}> {children}