phrase typo fix

This commit is contained in:
Johann Hoffmann
2026-01-13 13:05:58 +01:00
parent 7c1f239dcb
commit e89fcbab31
@@ -287,7 +287,7 @@ export const AbgabeStudentDetail = {
},
getTooltipBeurteilungerforderlich() {
return {
value: this.$p.t('abgabetool/c4tooltipBeurteilungerfolderlich'),
value: this.$capitalize(this.$p.t('abgabetool/c4tooltipBeurteilungerforderlich')),
class: "custom-tooltip"
}
},