Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 50e19ba

Browse files
committed
User may not be a bot, therefore do not imply it.
1 parent 831053d commit 50e19ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/views/settings/tabs/room/BridgeSettingsTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class BridgeSettingsTab extends React.Component {
5555
})}</p>;
5656
}
5757

58-
const bot = (<p> {_t("This bridge is managed by the <user /> bot user.", {}, {
58+
const bot = (<p> {_t("This bridge is managed by <user />.", {}, {
5959
user: <Pill
6060
type={Pill.TYPE_USER_MENTION}
6161
room={room}

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@
764764
"Developer options": "Developer options",
765765
"Open Devtools": "Open Devtools",
766766
"This bridge was provisioned by <user />": "This bridge was provisioned by <user />",
767-
"This bridge is managed by the <user /> bot user.": "This bridge is managed by the <user /> bot user.",
767+
"This bridge is managed by <user />.": "This bridge is managed by <user />.",
768768
"Bridged into <channelLink /> <networkLink />, on <protocolName />": "Bridged into <channelLink /> <networkLink />, on <protocolName />",
769769
"Connected to <channelIcon /> <channelName /> on <networkIcon /> <networkName />": "Connected to <channelIcon /> <channelName /> on <networkIcon /> <networkName />",
770770
"Connected via %(protocolName)s": "Connected via %(protocolName)s",

0 commit comments

Comments
 (0)