diff --git a/webapp/channels/src/components/profile_popover/profile_popover.tsx b/webapp/channels/src/components/profile_popover/profile_popover.tsx index ea0af4753a..bfa700c4b7 100644 --- a/webapp/channels/src/components/profile_popover/profile_popover.tsx +++ b/webapp/channels/src/components/profile_popover/profile_popover.tsx @@ -669,9 +669,11 @@ class ProfilePopover extends React.PureComponent - {` @${this.props.user.username}`} , ); } diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index fb807afd81..e4e75213af 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -5248,7 +5248,7 @@ "user_profile.account.hoursBehind": "({timeOffset} behind)", "user_profile.account.localTime": "Local Time", "user_profile.account.localTimeWithTimezone": "Local Time ({timezone})", - "user_profile.account.post_was_created": "This post was created by an integration from", + "user_profile.account.post_was_created": "This post was created by an integration from @{username}", "user_profile.add_user_to_channel": "Add to a Channel", "user_profile.add_user_to_channel.icon": "Add User to Channel Icon", "user_profile.call.userBusy": "{user} is in another call",