diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 5026774dd..0c37eadfa 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -45,7 +45,7 @@ "Starting_block_decay": "Startblock Vergänglichkeit", "total": "Gesamt", "types": { - "created": "Geschöpft", + "creation": "Geschöpft", "noDecay": "Keine Vergänglichkeit", "receive": "Empfangen", "send": "Gesendet" @@ -264,7 +264,7 @@ "minutes": "Minuten", "months": "Monate", "seconds": "Sekunden", - "year": "Jahre" + "years": "Jahr" }, "transaction": { "gdd-text": "Gradido Transaktionen", diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 116f269c5..431b6a4cb 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -45,7 +45,7 @@ "Starting_block_decay": "Starting Block Decay", "total": "Total", "types": { - "created": "Created", + "creation": "Created", "noDecay": "No Decay", "receive": "Received", "send": "Sent" @@ -264,7 +264,7 @@ "minutes": "Minutes", "months": "Months", "seconds": "Seconds", - "year": "Years" + "years": "Year" }, "transaction": { "gdd-text": "Gradido Transactions",