diff --git a/ts/components/StoryViewer.tsx b/ts/components/StoryViewer.tsx
index 0da21931e..d18db75bc 100644
--- a/ts/components/StoryViewer.tsx
+++ b/ts/components/StoryViewer.tsx
@@ -499,6 +499,7 @@ export const StoryViewer = ({
)}
- {group
- ? i18n('Stories__from-to-group', {
- name: title,
- group: group.title,
- })
+ {(group &&
+ i18n('Stories__from-to-group', {
+ name: isMe ? i18n('you') : title,
+ group: group.title,
+ })) ||
+ isMe
+ ? i18n('you')
: title}