pull/99312/head
Ladislau Szomoru 2020-06-03 15:58:39 +02:00
commit 76466ac517
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ export class AccessibilityProvider implements IListAccessibilityProvider<Call> {
if (this.getDirection() === CallHierarchyDirection.CallsFrom) {
return localize('from', "calls from {0}", element.item.name);
} else {
return localize('to', "callers fo {0}", element.item.name);
return localize('to', "callers of {0}", element.item.name);
}
}
}