You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-17 17:42:41 +03:00
User may not be a bot, therefore do not imply it.
This commit is contained in:
@@ -55,7 +55,7 @@ export default class BridgeSettingsTab extends React.Component {
|
||||
})}</p>;
|
||||
}
|
||||
|
||||
const bot = (<p> {_t("This bridge is managed by the <user /> bot user.", {}, {
|
||||
const bot = (<p> {_t("This bridge is managed by <user />.", {}, {
|
||||
user: <Pill
|
||||
type={Pill.TYPE_USER_MENTION}
|
||||
room={room}
|
||||
|
||||
Reference in New Issue
Block a user