From 5abc930987551a8676031df149bc03d3ff2e94e3 Mon Sep 17 00:00:00 2001 From: mahula Date: Thu, 17 Nov 2022 22:09:39 +0100 Subject: [PATCH] change locales details key to plural --- admin/src/components/Tables/StatisticTable.vue | 2 +- admin/src/locales/de.json | 2 +- admin/src/locales/en.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/src/components/Tables/StatisticTable.vue b/admin/src/components/Tables/StatisticTable.vue index 0f0828f0f..1068a340d 100644 --- a/admin/src/components/Tables/StatisticTable.vue +++ b/admin/src/components/Tables/StatisticTable.vue @@ -13,7 +13,7 @@ {{ $t('statistic.count') }} - {{ $t('statistic.detail') }} + {{ $t('statistic.details') }} diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 01df3058e..ad7a668e2 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -127,7 +127,7 @@ "activeUsers": "Aktive Mitglieder", "count": "Menge", "deletedUsers": "Gelöschte Mitglieder", - "detail": "Detail", + "details": "Details", "totalGradidoAvailable": "GDD insgesamt im Umlauf", "totalGradidoCreated": "GDD insgesamt geschöpft", "totalGradidoDecayed": "GDD insgesamt verfallen", diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index bed9796ab..3f8751fa1 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -127,7 +127,7 @@ "activeUsers": "Active members", "count": "Count", "deletedUsers": "Deleted members", - "detail": "Detail", + "details": "Details", "totalGradidoAvailable": "Total GDD in circulation", "totalGradidoCreated": "Total created GDD", "totalGradidoDecayed": "Total GDD decay",