diff --git a/app/src/main/java/com/gh/gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt b/app/src/main/java/com/gh/gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt index 45cca7df70..17eaa0d299 100644 --- a/app/src/main/java/com/gh/gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt +++ b/app/src/main/java/com/gh/gamecenter/servers/gametest2/GameServerTestV2ViewModel.kt @@ -83,7 +83,7 @@ class GameServerTestV2ViewModel(application: Application) : AndroidViewModel(app companion object { const val RECENT_GAME = "近期" const val TODAY_GAME = "今天" - const val FUTURE_GAME = "未来" + const val FUTURE_GAME = "预约" } class Factory(private val mApplication: Application) :