diff --git a/Assets/Resources/UI/Prefab/Match/CompetitonPanel.prefab b/Assets/Resources/UI/Prefab/Match/CompetitonPanel.prefab index 1fe33a30..103d98e3 100644 --- a/Assets/Resources/UI/Prefab/Match/CompetitonPanel.prefab +++ b/Assets/Resources/UI/Prefab/Match/CompetitonPanel.prefab @@ -951,7 +951,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: Cancel Reserve + m_Text: Cancel Reservation --- !u!1 &3158444263648747324 GameObject: m_ObjectHideFlags: 0 @@ -1830,7 +1830,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: mType: 0 - Tooltips: Cancel Apply + Tooltips: Cancel Reservation --- !u!1 &4760618918347444675 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/Scenes/Ride/Competiton/CompetitionLoadingController.cs b/Assets/Scripts/Scenes/Ride/Competiton/CompetitionLoadingController.cs index a9fd960b..c6b1d717 100644 --- a/Assets/Scripts/Scenes/Ride/Competiton/CompetitionLoadingController.cs +++ b/Assets/Scripts/Scenes/Ride/Competiton/CompetitionLoadingController.cs @@ -39,10 +39,13 @@ namespace Assets.Scenes.Ride.Scripts CompetitionDesc = panel.transform.Find("CompetitionDesc").GetComponent(); SponsorLogoImage = panel.transform.Find("SponsorTitle/Sponsor").GetComponent(); cyclingController.SetUIManager(mainPanel, modelPanel); + } protected override void Start() { base.Start(); + Watch.GetComponent