Update naming to match Elite names

This commit is contained in:
Cmdr McDonald
2016-10-27 15:11:23 +01:00
parent 3114852c63
commit 3656c7a18f
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ export default class StandardSlotSection extends SlotSection {
* @param {Object} context React Component context
*/
constructor(props, context) {
super(props, context, 'standard', 'standard');
super(props, context, 'standard', 'core internal');
this._optimizeStandard = this._optimizeStandard.bind(this);
this._selectBulkhead = this._selectBulkhead.bind(this);
}