MM-53776 : Profile pop-over for Bots has funky line breaks (#24095)

This commit is contained in:
Sinan Sonmez (Chaush) 2023-07-24 16:37:26 +02:00 committed by GitHub
parent a19ce047ba
commit e70abd6e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -669,9 +669,11 @@ class ProfilePopover extends React.PureComponent<ProfilePopoverProps, ProfilePop
>
<FormattedMessage
id='user_profile.account.post_was_created'
defaultMessage='This post was created by an integration from'
defaultMessage='This post was created by an integration from @{username}'
values={{
username: this.props.user.username,
}}
/>
{` @${this.props.user.username}`}
</div>,
);
}

View File

@ -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",