diff --git a/src/components/dashboard/Statistics.svelte b/src/components/dashboard/Statistics.svelte index 6c06f69..d9b476e 100644 --- a/src/components/dashboard/Statistics.svelte +++ b/src/components/dashboard/Statistics.svelte @@ -43,7 +43,5 @@ maximumFractionDigits: 2 }).format(data.playtime)})}h

{t("dashboard.stats.fights", {fights: data.fights})}

- {#if user.perms.includes("CHECK")} -

{t("dashboard.stats.checked", {checked: data.acceptedSchematics})}

- {/if} +

{t("dashboard.stats.checked", {checked: data.acceptedSchematics})}

{/await} \ No newline at end of file diff --git a/src/i18n/common/de.json b/src/i18n/common/de.json index 841ad21..9064add 100644 --- a/src/i18n/common/de.json +++ b/src/i18n/common/de.json @@ -173,7 +173,7 @@ "stats": { "playtime": "Spielzeit: {# playtime #}", "fights": "Kämpfe: {# fights #}", - "checked": "Schematics Geprüft: {# checked #}" + "checked": "Freigegebene Schematics: {# checked #}" }, "schematic": { "upload": "Hochladen", diff --git a/src/i18n/common/en.json b/src/i18n/common/en.json index 3de45a7..a70811c 100644 --- a/src/i18n/common/en.json +++ b/src/i18n/common/en.json @@ -111,7 +111,7 @@ "stats": { "playtime": "Playtime: {# playtime #}", "fights": "Fights: {# fights #}", - "checked": "Schematics Checked: {# checked #}" + "checked": "Accepted Schematics: {# checked #}" }, "schematic": { "upload": "Upload",