wording angepasst

This commit is contained in:
ma0048
2021-05-31 13:29:13 +02:00
parent ffa7abdf5a
commit 6550fb6301
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ $(document).ready(function ()
var prestudentid = InfocenterDetails._getPrestudentIdFromElementId(this.id);
$('#inputStatus_' + prestudentid).val('accepted_pruefung');
$('#notizModal_' + prestudentid).modal('show');
$('#notizModal_' + prestudentid + ' #inputNotizTitelModal').val('ZGV erfüllt mit Prüfung')
$('#notizModal_' + prestudentid + ' #inputNotizTitelModal').val('ZGV mit Prüfungen erfüllt')
});
$('.saveZgvNotiz').click(function (){
+1 -1
View File
@@ -3094,7 +3094,7 @@ $phrases = array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'ZGV erfüllt mit Prüfung',
'text' => 'ZGV mit Prüfungen erfüllt',
'description' => '',
'insertvon' => 'system'
),