From 27d991b3ecbc4d842be6e5a35247d52fcbc667a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= Date: Tue, 18 Oct 2022 15:31:13 -0400 Subject: [PATCH] Fix incorrect crux's title When the crux constellation is displayed, it shows the apus constellations in its title instead of its valid name. --- res/constellations/crux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/constellations/crux.json b/res/constellations/crux.json index c20d82c..622743d 100644 --- a/res/constellations/crux.json +++ b/res/constellations/crux.json @@ -1,5 +1,5 @@ { - "title": "────── apus ──────", + "title": "────── crux ──────", "graph": { "line1": { },