You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$string['content_send_rejected'] = "One or more dates have been set to a date in the past. <br />" .
109
-
"This is not allowed. Some evaluationperiods may have been altered.<br />";
110
-
$string['content_confirm_reactivate'] = "Are you sure you want to reactivate the invite options? This will restart all surveys with at least one new participant";
111
+
"This is not allowed. Some evaluation periods may have been altered.<br />";
112
+
$string['content_confirm_reactivate_automated_closed'] = 'Are you sure you want to change the start date?';
113
+
$string['content_confirm_reactivate_automated_open'] = 'Are you sure you want to restart the evaluation?';
114
+
$string['content_confirm_reactivate_manual_closed'] = 'Are you sure you want to restart the evaluation? ' .
115
+
'Submitting the form will cause the coordinator to be notified of the change, who is then able to restart the evaluation.';
116
+
$string['content_confirm_reactivate_manual_open'] = 'Are you sure you want to change the start date? ' .
117
+
'Submitting the form will cause the coordinator to be notified of the change, but there is no guarantee ' .
118
+
'that the dates will be modified in time.';
111
119
112
120
// Alert Coordinator mail.
113
121
$string['alert_email_subject'] = 'Evaluationszeitraum gesetzt für {$a}';
0 commit comments