From b8fb4adcb43e8a6e5c506fb38252bd5aa35b6f44 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Fri, 3 Sep 2021 04:54:18 +0000 Subject: [PATCH] Fix spacing for Fantasia event name on frontend. --- bemani/backend/popn/fantasia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bemani/backend/popn/fantasia.py b/bemani/backend/popn/fantasia.py index 3aae863..937ff0d 100644 --- a/bemani/backend/popn/fantasia.py +++ b/bemani/backend/popn/fantasia.py @@ -65,7 +65,7 @@ class PopnMusicFantasia(PopnMusicBase): } }, { - 'name': 'Soreyuke! pop\'n quest Event Phase', + 'name': 'Pop\'n Quest Event Phase', 'tip': 'Event phase for all players.', 'category': 'game_config', 'setting': 'event_phase',