update tooltip phrase + keyversion

This commit is contained in:
Johann Hoffmann
2026-07-06 15:15:02 +02:00
parent d405296a14
commit b57fe4839b
2 changed files with 8 additions and 4 deletions
@@ -392,7 +392,7 @@ export const AbgabeStudentDetail = {
if(this.isViewMode) {
return { value: this.$capitalize(this.$p.t('abgabetool/c4studentAbgabeNotAllowedInViewMode')), class: "custom-tooltip" }
} else {
return { value: this.$capitalize(this.$p.t('abgabetool/c4studentAbgabeNotAllowedRegular')), class: "custom-tooltip" }
return { value: this.$capitalize(this.$p.t('abgabetool/c4studentAbgabeNotAllowedRegularv2')), class: "custom-tooltip" }
}
},
getTooltipBeurteilungerforderlich() {