From 6d6d31db25ae89c54aa740c17e681562d9cca68e Mon Sep 17 00:00:00 2001 From: willyb321 Date: Mon, 15 Apr 2019 07:00:48 +1000 Subject: [PATCH] rename assists to flight assists --- src/app/components/AvailableModulesMenu.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/components/AvailableModulesMenu.jsx b/src/app/components/AvailableModulesMenu.jsx index 5f846e7e..b3fda06f 100644 --- a/src/app/components/AvailableModulesMenu.jsx +++ b/src/app/components/AvailableModulesMenu.jsx @@ -81,8 +81,8 @@ const GRPCAT = { 'sdm': 'mining', // Assists - 'dc': 'assists', - 'sua': 'assists', + 'dc': 'flight assists', + 'sua': 'flight assists', }; // Order here is the order in which items will be shown in the modules menu const CATEGORIES = { @@ -97,7 +97,7 @@ const CATEGORIES = { 'rf': ['rf'], 'shields': ['sg', 'bsg', 'psg', 'scb'], 'structural reinforcement': ['hr', 'mrp'], - 'assists': ['dc', 'sua'], + 'flight assists': ['dc', 'sua'], // Hardpoints 'lasers': ['pl', 'ul', 'bl'],