Update ServerDetails.plugin.js
This commit is contained in:
parent
8caeed52b2
commit
a70fc4ec2f
|
@ -154,7 +154,7 @@ module.exports = (_ => {
|
|||
children: this.props.string
|
||||
})
|
||||
] : BDFDB.ReactUtils.createElement("div", {
|
||||
children: `${this.props.prefix}: ${this.props.string}`
|
||||
children: `${BDFDB.LibraryModules.StringUtils.upperCaseFirstChar(this.props.prefix)}: ${this.props.string}`
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue