{{$p.t('benotungstool/c4date')}}:
@@ -885,7 +1195,7 @@ export const Benotungstool = {
v-model="selectedPruefungDate"
@update:model-value="handleChangePruefungDatum"
:clearable="false"
- :time-picker="false"
+ :enableTimePicker="false"
:text-input="true"
:auto-apply="true">
@@ -910,6 +1220,11 @@ export const Benotungstool = {
+
+
+
+
+
{{$p.t('benotungstool/benotungstoolTitle')}}
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php
index d3ea1322f..5fd21a182 100644
--- a/system/phrasesupdate.php
+++ b/system/phrasesupdate.php
@@ -41936,6 +41936,26 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
+ array(
+ 'app' => 'core',
+ 'category' => 'benotungstool',
+ 'phrase' => 'c4antrittCount',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => 'Anzahl Prüfungsantritte',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => 'Number of exam attempts',
+ 'description' => '',
+ 'insertvon' => 'system'
+ )
+ )
+ ),
array(
'app' => 'core',
'category' => 'benotungstool',
@@ -42396,6 +42416,26 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
+ array(
+ 'app' => 'core',
+ 'category' => 'benotungstool',
+ 'phrase' => 'editPruefungFor',
+ 'insertvon' => 'system',
+ 'phrases' => array(
+ array(
+ 'sprache' => 'German',
+ 'text' => 'Prüfung bearbeiten für',
+ 'description' => '',
+ 'insertvon' => 'system'
+ ),
+ array(
+ 'sprache' => 'English',
+ 'text' => 'Edit examination for',
+ 'description' => '',
+ 'insertvon' => 'system'
+ )
+ )
+ ),
array(
'app' => 'core',
'category' => 'benotungstool',