From 2d601b9c4d203cd3d1bd4a5611e848fd427a8615 Mon Sep 17 00:00:00 2001
From: Chaoscaot
{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",