diff --git a/Assets/Scripts/Quest/QuestManager.cs b/Assets/Scripts/Quest/QuestManager.cs
index f3015d5b06aca1743bff0f99714c7779aedb3503..e33cd577612b3e2205734e16ad4de79010834cdf 100644
--- a/Assets/Scripts/Quest/QuestManager.cs
+++ b/Assets/Scripts/Quest/QuestManager.cs
@@ -56,7 +56,7 @@ public class QuestManager : MonoBehaviour
             100
         ));
         questItems.Add(new QuestItem(
-            "Earn 100 Scores",
+            "Earn 500 Scores",
             new List<string> { "Earn 500 Score" },
             QuestItem.QuestType.SCORE,
             new List<float> { 500f },
@@ -64,7 +64,7 @@ public class QuestManager : MonoBehaviour
             100
         ));
         questItems.Add(new QuestItem(
-            "Kill the Dragon",
+            "Kill the Soul Eater",
             new List<string> { "Kill 1 Soul Eater" },
             QuestItem.QuestType.KILL,
             new List<float> { 1f },