mirror of https://github.com/vector-im/riot-web
Small bug fix to the copy
parent
0104164d51
commit
86897e8faf
|
@ -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…
Reference in New Issue