Update ServerDetails.plugin.js
This commit is contained in:
parent
8caeed52b2
commit
a70fc4ec2f
|
@ -154,7 +154,7 @@ module.exports = (_ => {
|
||||||
children: this.props.string
|
children: this.props.string
|
||||||
})
|
})
|
||||||
] : BDFDB.ReactUtils.createElement("div", {
|
] : 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));
|
})(window.BDFDB_Global.PluginUtils.buildPlugin(config));
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Reference in New Issue