From e70abd6e0fb6fe7f1ab982f5e805af27421169fe Mon Sep 17 00:00:00 2001 From: "Sinan Sonmez (Chaush)" <37421564+sinansonmez@users.noreply.github.com> Date: Mon, 24 Jul 2023 16:37:26 +0200 Subject: [PATCH] MM-53776 : Profile pop-over for Bots has funky line breaks (#24095) --- .../src/components/profile_popover/profile_popover.tsx | 6 ++++-- webapp/channels/src/i18n/en.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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",