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) { if(this.isViewMode) {
return { value: this.$capitalize(this.$p.t('abgabetool/c4studentAbgabeNotAllowedInViewMode')), class: "custom-tooltip" } return { value: this.$capitalize(this.$p.t('abgabetool/c4studentAbgabeNotAllowedInViewMode')), class: "custom-tooltip" }
} else { } 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() { getTooltipBeurteilungerforderlich() {
+7 -3
View File
@@ -45742,14 +45742,16 @@ array(
array( array(
'app' => 'core', 'app' => 'core',
'category' => 'abgabetool', 'category' => 'abgabetool',
'phrase' => 'c4studentAbgabeNotAllowedRegular', 'phrase' => 'c4studentAbgabeNotAllowedRegularv2',
'insertvon' => 'system', 'insertvon' => 'system',
'phrases' => array( 'phrases' => array(
array( array(
'sprache' => 'German', 'sprache' => 'German',
'text' => "Verspätete Projektabgabe ist bei Terminen, welche von der Studiengangsassistenz für den gesamten Studiengang fixiert wurden nicht erlaubt! 'text' => "Verspätete Projektabgabe ist bei Terminen, welche von der Studiengangsassistenz für den gesamten Studiengang fixiert wurden nicht erlaubt!
Um einen Endupload durchführen zu können, müssen Sie ein positiv benotetes Quality Gate 1 & Quality Gate 2 in der relevanten Projektarbeit absolviert haben.", Um einen Endupload durchführen zu können, müssen Sie ein positiv benotetes Quality Gate 1 & Quality Gate 2 in der relevanten Projektarbeit absolviert haben.
Uploads sind für bereits benotete Projektarbeiten gesperrt. Sollten Sie trotzdem etwas hochladen wollen, wenden Sie sich bitte an Ihre Studiengangsassistenz.",
'description' => '', 'description' => '',
'insertvon' => 'system' 'insertvon' => 'system'
), ),
@@ -45757,7 +45759,9 @@ array(
'sprache' => 'English', 'sprache' => 'English',
'text' => 'Late project submissions are not permitted for deadlines set by the program assistant for the entire program! 'text' => 'Late project submissions are not permitted for deadlines set by the program assistant for the entire program!
To be able to complete a final upload, you must have successfully completed Quality Gate 1 and Quality Gate 2 for the relevant project work.', To be able to complete a final upload, you must have successfully completed Quality Gate 1 and Quality Gate 2 for the relevant project work.
Uploads are blocked for already graded project work. If you still wish to upload something, please contact your program assistant.',
'description' => '', 'description' => '',
'insertvon' => 'system' 'insertvon' => 'system'
) )