1
0
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:
shreyas1599 2020-02-09 18:55:51 +05:30 committed by Rongjian Zhang
parent e6d129befd
commit 251dae4011

View File

@ -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(