Small bug fix to the copy
This commit is contained in:
parent
0104164d51
commit
86897e8faf
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ export class CapabilityText {
|
||||||
if (textForDirection && textForDirection[eventCap.direction]) {
|
if (textForDirection && textForDirection[eventCap.direction]) {
|
||||||
return {
|
return {
|
||||||
primary: _t(textForDirection[eventCap.direction]),
|
primary: _t(textForDirection[eventCap.direction]),
|
||||||
byline: CapabilityText.bylineFor(eventCap),
|
// no byline because we would have already represented the event properly
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue