mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
tippfehler in phrase "c4tooltipStandard" ausgebessert: 'Termin mehr als 12 Tag entfernt' => 'Termin mehr als 12 Tage entfernt'
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user