diff --git a/src/controllers/custom/manageQuestsController.ts b/src/controllers/custom/manageQuestsController.ts
index f4eb043c..2f2af113 100644
--- a/src/controllers/custom/manageQuestsController.ts
+++ b/src/controllers/custom/manageQuestsController.ts
@@ -23,7 +23,7 @@ export const manageQuestsController: RequestHandler = async (req, res) => {
allQuestKeys.push(k);
}
}
- const inventory = await getInventory(accountId, "QuestKeys");
+ const inventory = await getInventory(accountId, "QuestKeys NodeIntrosCompleted");
switch (operation) {
case "updateKey": {
diff --git a/static/webui/index.html b/static/webui/index.html
index 679088a0..6af03e3c 100644
--- a/static/webui/index.html
+++ b/static/webui/index.html
@@ -61,9 +61,6 @@
-
-
-
@@ -540,6 +537,13 @@
+
+
+
+
+
+
+
diff --git a/static/webui/translations/en.js b/static/webui/translations/en.js
index e06c2989..70203a0f 100644
--- a/static/webui/translations/en.js
+++ b/static/webui/translations/en.js
@@ -73,12 +73,7 @@ dict = {
inventory_bulkRankUpSpaceWeapons: `Max Rank All Archwing Weapons`,
inventory_bulkRankUpSentinels: `Max Rank All Sentinels`,
inventory_bulkRankUpSentinelWeapons: `Max Rank All Sentinel Weapons`,
- quests_list: `Quest List unimplemented currently`,
- quests_Actions: `Quest Actions`,
- quests_UnlockAll: `Unlock All Quests`,
- quests_CompleteAll: `Complete All Quests`,
- quests_CompleteAllUnlocked: `Complete All Unlocked Quests`,
- quests_ResetAll: `Reset All Quests`,
+
currency_RegularCredits: `Credits`,
currency_PremiumCredits: `Platinum`,
currency_FusionPoints: `Endo`,
@@ -122,6 +117,11 @@ dict = {
cheats_changeSupportedSyndicate: `Supported syndicate`,
cheats_changeButton: `Change`,
cheats_none: `None`,
+ cheats_quests: `Quests`,
+ cheats_quests_UnlockAll: `Unlock All Quests`,
+ cheats_quests_CompleteAll: `Complete All Quests`,
+ cheats_quests_CompleteAllUnlocked: `Complete All Unlocked Quests`,
+ cheats_quests_ResetAll: `Reset All Quests`,
import_importNote: `You can provide a full or partial inventory response (client respresentation) here. All fields that are supported by the importer will be overwritten in your account.`,
import_submit: `Submit`
};