diff --git a/Assets/Scripts/UI/Pages/HomePage/HomePageCtrl.cs b/Assets/Scripts/UI/Pages/HomePage/HomePageCtrl.cs index 7f3691b..ad64ef9 100644 --- a/Assets/Scripts/UI/Pages/HomePage/HomePageCtrl.cs +++ b/Assets/Scripts/UI/Pages/HomePage/HomePageCtrl.cs @@ -1441,7 +1441,7 @@ namespace Kill.UI.Pages if(waitToPostMosquitoDatas!=null) StopCoroutine(waitToPostMosquitoDatas); if(mosquitoDatas.Count<=aimMosquitoDataCount) - ToastUI.ShowText($"{LanguageManager.Instance.GetLanguage("100309")} {mosquitoDatas.Count}/aimMosquitoDataCount"); + ToastUI.ShowText($"{LanguageManager.Instance.GetLanguage("100309")} {mosquitoDatas.Count}/{aimMosquitoDataCount}"); if(mosquitoDatas.Count>=aimMosquitoDataCount&&aimMosquitoDataCount>0) { LoadingUI.Hide();