mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-53776 : Profile pop-over for Bots has funky line breaks (#24095)
This commit is contained in:
parent
a19ce047ba
commit
e70abd6e0f
@ -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>,
|
||||
);
|
||||
}
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user