Fix labels
authorTheSaminator <thesaminator@users.noreply.github.com>
Mon, 20 Jun 2022 19:15:47 +0000 (15:15 -0400)
committerTheSaminator <thesaminator@users.noreply.github.com>
Mon, 20 Jun 2022 19:15:47 +0000 (15:15 -0400)
src/jsMain/kotlin/net/starshipfights/game/popup.kt

index 4a945305b393089263ad6f7bc5b0fff55e353591..5dd76199fd7ea0edf80759438d95e36179b6266f 100644 (file)
@@ -143,7 +143,7 @@ sealed class Popup<out T> {
                                        }
                                }
                                button {
-                                       +"Host Competitive Battle"
+                                       +"Host Competitive (1v1) Battle"
                                        onClickFunction = { e ->
                                                e.preventDefault()
                                                
@@ -151,7 +151,7 @@ sealed class Popup<out T> {
                                        }
                                }
                                button {
-                                       +"Join Competitive Battle"
+                                       +"Join Competitive (1v1) Battle"
                                        onClickFunction = { e ->
                                                e.preventDefault()
                                                
@@ -159,7 +159,7 @@ sealed class Popup<out T> {
                                        }
                                }
                                button {
-                                       +"Host Cooperative Battle"
+                                       +"Host Cooperative (2v1) Battle"
                                        onClickFunction = { e ->
                                                e.preventDefault()
                                                
@@ -167,7 +167,7 @@ sealed class Popup<out T> {
                                        }
                                }
                                button {
-                                       +"Join Cooperative Battle"
+                                       +"Join Cooperative (2v1) Battle"
                                        onClickFunction = { e ->
                                                e.preventDefault()