We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2588e8 commit 071f3d5Copy full SHA for 071f3d5
packages/mgt-components/src/components/mgt-people-picker/mgt-people-picker.ts
@@ -956,7 +956,7 @@ export class MgtPeoplePicker extends MgtTemplatedComponent {
956
person => person.id,
957
person => {
958
const lineTwo = person.jobTitle || (person as User).mail;
959
- const ariaLabel = `${this.strings.suggestedContact} ${person.displayName} ${lineTwo ?? ''}`;
+ const ariaLabel = `${person.displayName} ${lineTwo ?? ''}`;
960
return html`
961
<li
962
id="${person.id}"
0 commit comments