diff --git a/Assets/Scripts/Score/RowUI.cs b/Assets/Scripts/Score/RowUI.cs
index 51ec4bbc236e8ab59406ece47aaba3d2ae6e1851..f8daaab3a0d57a60173b833b6724d4d611178711 100644
--- a/Assets/Scripts/Score/RowUI.cs
+++ b/Assets/Scripts/Score/RowUI.cs
@@ -7,7 +7,7 @@ public class RowUI : MonoBehaviour
 {
     public TextMeshProUGUI Rank;
     public TextMeshProUGUI Name;
-    public TextMeshProUGUI Score;
+    public TextMeshProUGUI Scores;
 
     void Start(){}
     void Update(){}