Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 86897e8

Browse files
committed
Small bug fix to the copy
1 parent 0104164 commit 86897e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/CapabilityText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class CapabilityText {
151151
if (textForDirection && textForDirection[eventCap.direction]) {
152152
return {
153153
primary: _t(textForDirection[eventCap.direction]),
154-
byline: CapabilityText.bylineFor(eventCap),
154+
// no byline because we would have already represented the event properly
155155
};
156156
}
157157
}

0 commit comments

Comments
 (0)