statystyki dr (c.d.) + tłumaczenia

This commit is contained in:
2023-12-19 22:11:17 +01:00
parent 00a4a840b0
commit adce339392
7 changed files with 127 additions and 111 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ import JournalStats from '../components/JournalView/JournalStats.vue';
const statsButtons: Journal.StatsButton[] = [
{
tab: Journal.StatsTab.DISPATCHER_STATS,
localeKey: 'journal.dispatcher-stats-button',
localeKey: 'journal.dispatcher-stats.button',
iconName: 'user',
disabled: true
}
+2 -2
View File
@@ -159,13 +159,13 @@ export default defineComponent({
statsButtons: [
{
tab: Journal.StatsTab.DAILY_STATS,
localeKey: 'journal.daily-stats-button',
localeKey: 'journal.daily-stats.button',
iconName: 'stats',
disabled: false
},
{
tab: Journal.StatsTab.DRIVER_STATS,
localeKey: 'journal.driver-stats-button',
localeKey: 'journal.driver-stats.button',
iconName: 'user',
disabled: true
}