From 36c4d92ee3a7bc520070a4bc735c4504665887de Mon Sep 17 00:00:00 2001 From: Alys Date: Sun, 5 Apr 2020 19:44:00 +1000 Subject: [PATCH] improve description of check-in incentive gear set --- website/client/src/components/admin-panel/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/admin-panel/index.vue b/website/client/src/components/admin-panel/index.vue index fe649911ab..8f9456ea9e 100644 --- a/website/client/src/components/admin-panel/index.vue +++ b/website/client/src/components/admin-panel/index.vue @@ -631,7 +631,7 @@ export default { setType = 'Unconventional Armor'; wantSetName = false; } else if (loginIncentivesGear.includes(key)) { - setType = 'Check-In Incentives'; + setType = 'Check-In Incentive or from Lunar Battle Quest Line'; wantSetName = false; } else if (goldQuestsGear.includes(key)) { setType = 'from Gold-Purchasable Quest Lines';