fix(helpdesk): rename Performance tab to Historical

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-05 20:07:08 +02:00
parent b817ebf662
commit 7a574768db
3 changed files with 3 additions and 1 deletions

View File

@@ -298,5 +298,6 @@
"No team data available.": "Keine Team-Daten verfügbar.",
"Current": "Aktuell",
"Performance": "Leistung",
"Historical": "Historisch",
"Queue": "Warteschlange"
}

View File

@@ -298,5 +298,6 @@
"No team data available.": "No team data available.",
"Current": "Current",
"Performance": "Performance",
"Historical": "Historical",
"Queue": "Queue"
}

View File

@@ -68,7 +68,7 @@ $periodLabels = [
<div class="app-tabs" data-tabs data-app-component="tabs" data-tabs-param="tab" data-tabs-storage-key="helpdesk-team-tabs-v1">
<div class="app-tabs-nav">
<button type="button" data-tab="current" data-tab-default><?php e(t('Current')); ?></button>
<button type="button" data-tab="performance"><?php e(t('Performance')); ?></button>
<button type="button" data-tab="performance"><?php e(t('Historical')); ?></button>
</div>
<div data-tab-panel="current">