mirror of
https://github.com/git-touch/git-touch
synced 2025-01-31 16:14:49 +01:00
fix wording of MentionedEvent text
This commit is contained in:
parent
e6d129befd
commit
251dae4011
@ -267,7 +267,7 @@ class TimelineItem extends StatelessWidget {
|
||||
return TimelineEventItem(
|
||||
actor: p['actor']['login'],
|
||||
iconData: Octicons.bookmark,
|
||||
textSpan: TextSpan(text: ' mentioned this issue '),
|
||||
textSpan: TextSpan(text: ' was mentioned '),
|
||||
);
|
||||
case 'PinnedEvent':
|
||||
return TimelineEventItem(
|
||||
|
Loading…
x
Reference in New Issue
Block a user