Label and accessible name (accessible-name)
For components with visible labels (such as buttons, form fields, checkboxes, etc.), the accessible name (e.g. aria-label) should contain/match the same text as the label that is visually presented to the user.
Incompatible aria-label:
This button has an aria-label attribute that is incompatible with the visible text:
The above button has aria-label="Find in this site"