tippfehler in phrase "c4tooltipStandard" ausgebessert: 'Termin mehr als 12 Tag entfernt' => 'Termin mehr als 12 Tage entfernt'

This commit is contained in:
Johann Hoffmann
2026-02-03 12:52:25 +01:00
parent d774335bcf
commit 6391bf5a45
4 changed files with 5 additions and 5 deletions
@@ -551,7 +551,7 @@ export const AbgabeMitarbeiterDetail = {
},
getTooltipStandard() {
return {
value: this.$p.t('abgabetool/c4tooltipStandard'),
value: this.$p.t('abgabetool/c4tooltipStandardv2'),
class: "custom-tooltip"
}
},
@@ -264,7 +264,7 @@ export const AbgabeStudentDetail = {
},
getTooltipStandard() {
return {
value: this.$capitalize(this.$p.t('abgabetool/c4tooltipStandard')),
value: this.$capitalize(this.$p.t('abgabetool/c4tooltipStandardv2')),
class: "custom-tooltip"
}
},
@@ -36,7 +36,7 @@ export const AbgabeterminStatusLegende = {
<i class="fa-solid fa-clock"></i>
</div>
<div class="col-auto" style="display: flex; align-items: center;">
<h5>{{ $capitalize($p.t('abgabetool/c4tooltipStandard')) }}</h5>
<h5>{{ $capitalize($p.t('abgabetool/c4tooltipStandardv2')) }}</h5>
</div>
</div>
+2 -2
View File
@@ -44559,12 +44559,12 @@ array(
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4tooltipStandard',
'phrase' => 'c4tooltipStandardv2',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Termin mehr als 12 Tag entfernt",
'text' => "Termin mehr als 12 Tage entfernt",
'description' => '',
'insertvon' => 'system'
),