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

@@ -16,7 +16,7 @@ export default class InternalSlotSection extends SlotSection {
* @param {Object} context React Component context
*/
constructor(props, context) {
super(props, context, 'internal', 'internal compartments');
super(props, context, 'internal', 'optional internal');
this._empty = this._empty.bind(this);
this._fillWithCargo = this._fillWithCargo.bind(this);