This commit is contained in:
Mirco Wittrien 2020-04-09 09:02:04 +02:00
parent 517d117079
commit b8b28a7820
2 changed files with 2 additions and 2 deletions

View File

@ -6512,7 +6512,7 @@
onClick: this.handleClick.bind(this), onClick: this.handleClick.bind(this),
onContextMenu: this.handleContextMenu.bind(this), onContextMenu: this.handleContextMenu.bind(this),
children: BDFDB.ReactUtils.createElement("span", { children: BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN.bottagtxt, className: BDFDB.disCN.bottagtext,
children: this.props.tag || BDFDB.LanguageUtils.LanguageStrings.BOT_TAG_BOT children: this.props.tag || BDFDB.LanguageUtils.LanguageStrings.BOT_TAG_BOT
}) })
}); });

File diff suppressed because one or more lines are too long