diff --git a/Plugins/ServerDetails/ServerDetails.plugin.js b/Plugins/ServerDetails/ServerDetails.plugin.js index 205073895a..1d30c53853 100644 --- a/Plugins/ServerDetails/ServerDetails.plugin.js +++ b/Plugins/ServerDetails/ServerDetails.plugin.js @@ -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}` }); } }; @@ -510,4 +510,4 @@ module.exports = (_ => { } }; })(window.BDFDB_Global.PluginUtils.buildPlugin(config)); -})(); \ No newline at end of file +})();