diff --git a/src/locales/de.json b/src/locales/de.json
index 2f1400f..d8e31ab 100644
--- a/src/locales/de.json
+++ b/src/locales/de.json
@@ -29,12 +29,12 @@
"playerColor": "Wähle eine Spielfarbe für die Automa. Die Automa benötigt nur 1 Leistenmarker und 1 SP-Marker.",
"trackTokens": "Lege den Leistenmarker auf die Kriegsleiste und den SP-Marker auf die Siegpunktleiste.",
"startPlayer": {
- "player": "Du fängst an. Nehme 10 Gold und den Führungsmarker.",
- "bot": "Automa fängt an. Gebe ihr den Führungsmarker."
+ "player": "Du fängst an. Nimm 10 Gold und den Führungsmarker.",
+ "bot": "Automa fängt an. Gib ihr den Führungsmarker."
},
"secondPlayer": {
- "player": "Du bist danach an der Reihe. Nehme 12 Gold und den Architekturmarker.",
- "bot": "Automa ist danach an der Reihe. Gebe ihr den Architekturmarker."
+ "player": "Du bist danach an der Reihe. Nimm 12 Gold und den Architekturmarker.",
+ "bot": "Automa ist danach an der Reihe. Gib ihr den Architekturmarker."
}
},
"botRules": {
diff --git a/src/locales/en.json b/src/locales/en.json
index 3e09a43..f02ddb4 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 the 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 you 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.",
"startPlayer": {