diff --git a/frontend/src/i18n/locales/de.json b/frontend/src/i18n/locales/de.json index 65aa2ff9..e63ffee1 100644 --- a/frontend/src/i18n/locales/de.json +++ b/frontend/src/i18n/locales/de.json @@ -3953,7 +3953,7 @@ "export": { "reportTitle": "Bericht", "reportHint": "Lesbare Liste — für Ihre Unterlagen.", - "scopeLabel": "Export-Umfang", + "scopeLabel": "Umfang", "scopeAll": "Vollständig", "scopeIncome": "Nur Einnahmen", "scopeCost": "Nur Kosten", diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index e09e37d7..51de701e 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -3953,7 +3953,7 @@ "export": { "reportTitle": "Report", "reportHint": "Readable list — for your own records.", - "scopeLabel": "Export scope", + "scopeLabel": "Scope", "scopeAll": "Complete", "scopeIncome": "Income only", "scopeCost": "Cost only", diff --git a/frontend/src/pages/admin/clients/TaxReportPage.tsx b/frontend/src/pages/admin/clients/TaxReportPage.tsx index 3f95448f..dbc80d57 100644 --- a/frontend/src/pages/admin/clients/TaxReportPage.tsx +++ b/frontend/src/pages/admin/clients/TaxReportPage.tsx @@ -316,17 +316,19 @@ export const TaxReportPage: React.FC = () => {