This commit is contained in:
Mirco Wittrien 2019-10-21 10:47:45 +02:00
parent 94892a15da
commit 1012d66226
2 changed files with 2 additions and 2 deletions

View File

@ -5619,7 +5619,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, BDv2Api: BDFDB && BDFDB.
typeof this.props.title == "string" ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.FormComponents.FormTitle, {
className: BDFDB.disCN.marginbottom8,
tag: BDFDB.LibraryComponents.FormComponents.FormTitle.Tags.H1,
children: "Display Badges:"
children: this.props.title
}) : null,
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Flex, {
className: "BDFDB-settings-inner-list",

File diff suppressed because one or more lines are too long