chore: Follow up seen by users
This commit is contained in:
parent
4d616d62d7
commit
06f073d053
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class StoryPageController extends State<StoryPage> {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return L10n.of(context)!.seenByUserAndCountOthers(
|
return L10n.of(context)!.seenByUserAndCountOthers(
|
||||||
seenByUsers.single.calcDisplayname(),
|
seenByUsers.first.calcDisplayname(),
|
||||||
seenByUsers.length - 1,
|
seenByUsers.length - 1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue