aboutsummaryrefslogtreecommitdiff
path: root/web/pw-server/src
diff options
context:
space:
mode:
Diffstat (limited to 'web/pw-server/src')
-rw-r--r--web/pw-server/src/lib/components/RulesView.svelte4
1 files changed, 2 insertions, 2 deletions
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 @@
<p>
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.
</p>
<p>