+
+
+
+
+
diff --git a/src/locales/en.json b/src/locales/en.json
index 75e2b13..7308d0b 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -25,7 +25,7 @@
"setup": {
"gameBoard": "Setup the game the same way as a 2-player game.",
"prosperityCards": "You do not need to set up the prosperity cards, they are managed and displayed by the application.",
- "techCards": "The tech cards and blank techs are randomized by the application, you are drafting them in the application against Automa. After each drafting phase in the app, pick the cards your drafted from the stack of the corresponding age.",
+ "techCards": "The tech cards and blank techs are randomized by the application, you are drafting them in the application against the automa. After each drafting phase in the app, pick the cards your drafted from the stack of the corresponding age.",
"playerColor": "Choose a player color for the automa. The automa only needs 1 track marker and 1 VP marker.",
"trackTokens": "Place the automa markers on the war track and on the VP track (starting with 10 VP).",
"startPlayer": {
@@ -47,7 +47,7 @@
},
"phaseADrafting": {
"title": "A: Drafting",
- "playerTurnSelect": "Please place your drafting marker on the board and select a tech card, or click on Next if you selected a special action.",
+ "playerTurnSelect": "Select a tech card, or use Next if you placed a marker on a special action.",
"playerDraft": "Player draft",
"botDraft": "Automa draft"
},
@@ -64,7 +64,7 @@
"remove": "Remove:",
"pass": "Pass",
"notAvailable": "Not Available",
- "playerAction": "Buy a wonder or building and click on Next. Click on Pass to end the construction phase."
+ "playerAction": "Buy a wonder or building and use Next. Use Pass to end the construction phase."
},
"phaseEActions": {
"title": "E: Actions",
diff --git a/src/views/PhaseCIncome.vue b/src/views/PhaseCIncome.vue
index 0090436..c9dd46c 100644
--- a/src/views/PhaseCIncome.vue
+++ b/src/views/PhaseCIncome.vue
@@ -6,15 +6,7 @@