From 56cfd93985cd6ce8a07c0babd90db7ece24640aa Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 25 Mar 2022 08:41:35 +0100 Subject: [PATCH] change locales vrom expired to valid_until --- admin/src/locales/de.json | 2 +- admin/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 9e5bfb54f..fb3c70e20 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -75,7 +75,7 @@ "text": "Text", "transactionlink": { "created": "Erstellt", - "expired": "Gültig bis", + "valid_until": "Gültig bis", "form_header": "Transaktion-Links" }, "transactionlist": { diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 09e77ec91..b9a348e10 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -75,7 +75,7 @@ "text": "Text", "transactionlink": { "created": "Created", - "expired": "Valid until", + "valid_until": "Valid until", "form_header": "Transaction links" }, "transactionlist": {