Skip to content

Commit 782ca5d

Browse files
committedMay 19, 2023
refinement of error messages
1 parent f469a7d commit 782ca5d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎lang/de/block_evasys_sync.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,6 @@
287287
$string['no_eval_planned'] = 'Es ist keine Evaluation geplant.';
288288
$string['teacher_request_disabled'] = 'Lehrende können keine Evaluationen beantragen. Eine Evaluation wird für Sie erstellt.';
289289

290-
$string['missing_course_id'] = 'Fehlende Kurs-ID';
291-
$string['no_evasys_course_found'] = 'Kein passender EvaSys-Kurs gefunden';
292-
$string['not_inside_evaluation_category'] = 'Dieser Kurs ist in keiner Evaluationskategorie!';
290+
$string['missing_course_id'] = 'Fehlende Kurs-ID! Bitte wenden Sie sich an den Learnweb Support mit einem Link zu der Veranstaltung im HIS LSF, die evaluiert werden soll.';
291+
$string['no_evasys_course_found'] = 'Kein passender EvaSys-Kurs gefunden! Bitte wenden Sie sich an Ihren Evaluationskoordinator.';
292+
$string['not_inside_evaluation_category'] = 'Dieser Kurs ist in keiner Evaluationskategorie! Bitte wenden Sie sich an den Learnweb Support.';

‎lang/en/block_evasys_sync.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,6 @@
298298
$string['no_eval_planned'] = 'There is no evaluation planned.';
299299
$string['teacher_request_disabled'] = 'Teachers are not allowed to request evaluations. An evaluation will be created for you.';
300300

301-
$string['missing_course_id'] = 'Missing course id';
302-
$string['no_evasys_course_found'] = 'No matching EvaSys-Course found';
303-
$string['not_inside_evaluation_category'] = 'This course isn\'t inside any evaluation category!';
301+
$string['missing_course_id'] = 'Missing course id! Please contact the Learnweb support with a link to the course in HIS LSF which should be evaluated.';
302+
$string['no_evasys_course_found'] = 'No matching EvaSys-Course found! Please contact your evaluation coordinator.';
303+
$string['not_inside_evaluation_category'] = 'This course isn\'t inside any evaluation category! Please contact the Learnweb support.';

0 commit comments

Comments
 (0)
Please sign in to comment.