diff --git a/web/pw-server/src/lib/components/RulesView.svelte b/web/pw-server/src/lib/components/RulesView.svelte index 360504a..92de37e 100644 --- a/web/pw-server/src/lib/components/RulesView.svelte +++ b/web/pw-server/src/lib/components/RulesView.svelte @@ -68,7 +68,7 @@ "moves": [ { "origin": "your planet", - "target": "enemy planet", + "destination": "enemy planet", "ship_count": 2 } ] @@ -82,7 +82,7 @@

The amount of turns an expedition will travel is equal to the ceiled euclidean distance - between its origin and target planet. + between its origin and destination planet.