Update ServerDetails.plugin.js

This commit is contained in:
Mirco Wittrien 2021-07-04 19:53:12 +02:00 committed by GitHub
parent 8caeed52b2
commit a70fc4ec2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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));
})();
})();