diff --git a/server/i18n/de.json b/server/i18n/de.json index 96cbf45..3954105 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -92,7 +92,7 @@ "circulating" : "Gibt die Anzahl der umlaufenden Münzen zurück", "getblockcount":"Gibt die aktuelle Blockhöhe als reine Textzeichenfolge zurück", "getdifficulty-randomx" : "Gibt die RandomX-Schwierigkeit als reine Textzeichenfolge zurück", - "getdifficulty-progpow" : "Gibt die Schwierigkeit ProgPow als reine Textzeichenfolge zurück", + "getdifficulty-progpow" : "Gibt die Schwierigkeit ProgPoW als reine Textzeichenfolge zurück", "getdifficulty-cuckoo" : "returns the Cuckoo difficulty as a plain text string", "totalcoins" : "Gibt die Cuckoo-Schwierigkeit als reine Textzeichenfolge zurück", "Block-Queries": "Abfragen blockieren", diff --git a/server/i18n/en.json b/server/i18n/en.json index a2f9d57..dc1e8bd 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -92,7 +92,7 @@ "circulating" : "returns the number of circulating coins", "getblockcount":"returns the current block height as a plain text string", "getdifficulty-randomx" : "returns the RandomX difficulty as a plain text string", - "getdifficulty-progpow" : "returns the ProgPow difficulty as a plain text string", + "getdifficulty-progpow" : "returns the ProgPoW difficulty as a plain text string", "getdifficulty-cuckoo" : "returns the Cuckoo difficulty as a plain text string", "totalcoins" : "returns the outstanding number of coins", "Block-Queries": "Block Queries",