If you use the aria-label attribute to provide alternative text for a button, screen readers will prioritize reading out the content of the aria-label attribute over the visible text on the button.
Source code viewer
<!-- The screen reader will read out "Submit Form" instead of "Submit" when it encounters the button element. -->Programming Language: HTML