diff --git a/service/port/eft.py b/service/port/eft.py index 1cc262e78..b1e24c74b 100644 --- a/service/port/eft.py +++ b/service/port/eft.py @@ -53,12 +53,12 @@ OFFLINE_SUFFIX = '/OFFLINE' EFT_OPTIONS = { Options.IMPLANTS.value: { - "name": "Implants", - "description": "Exports implants" + 'name': 'Implants && Boosters', + 'description': 'Exports implants and boosters' }, Options.MUTATIONS.value: { - "name": "Mutated Attributes", - "description": "Exports Abyssal stats" + 'name': 'Mutated Attributes', + 'description': 'Exports mutated modules\' stats' } }