This commit is contained in:
Torsten Schulz (local)
2025-10-07 16:00:49 +02:00
parent 044de56c4f
commit cff48550ae

View File

@@ -110,7 +110,7 @@ export default {
},
getWeekdayName(dayOfWeek) {
const weekdays = ['Sonntag', 'Montag', 'Dienstag', 'Mittwoch', 'Donnerstag', 'Freitag', 'Samstag'];
return weekdays[dayOfWeek - 1];
return weekdays[dayOfWeek];
},
}
};