From a70fc4ec2f117ad31ebd73837c8175ffcc944516 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 4 Jul 2021 19:53:12 +0200 Subject: [PATCH] Update ServerDetails.plugin.js --- Plugins/ServerDetails/ServerDetails.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +})();