MM-53776 : Profile pop-over for Bots has funky line breaks (#24095)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a19ce047ba
Коммит
e70abd6e0f
@@ -669,9 +669,11 @@ class ProfilePopover extends React.PureComponent<ProfilePopoverProps, ProfilePop
|
|||||||
>
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='user_profile.account.post_was_created'
|
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>,
|
</div>,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5248,7 +5248,7 @@
|
|||||||
"user_profile.account.hoursBehind": "({timeOffset} behind)",
|
"user_profile.account.hoursBehind": "({timeOffset} behind)",
|
||||||
"user_profile.account.localTime": "Local Time",
|
"user_profile.account.localTime": "Local Time",
|
||||||
"user_profile.account.localTimeWithTimezone": "Local Time ({timezone})",
|
"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": "Add to a Channel",
|
||||||
"user_profile.add_user_to_channel.icon": "Add User to Channel Icon",
|
"user_profile.add_user_to_channel.icon": "Add User to Channel Icon",
|
||||||
"user_profile.call.userBusy": "{user} is in another call",
|
"user_profile.call.userBusy": "{user} is in another call",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user