phrasen & change email template name to under 32 characters long

This commit is contained in:
Johann Hoffmann
2025-04-29 15:03:10 +02:00
parent 38424bc875
commit d791a6d3ef
3 changed files with 43 additions and 3 deletions
@@ -378,7 +378,7 @@ export const AbgabetoolMitarbeiter = {
dialogClass="modal-lg">
<template v-slot:title>
<div>
{{ $p.t('abgabetool/addSeries') }}
{{ $p.t('abgabetool/neueTerminserie') }}
</div>
</template>
<template v-slot:default>
@@ -422,7 +422,7 @@ export const AbgabetoolMitarbeiter = {
</template>
<template v-slot:footer>
<button type="button" class="btn btn-primary" @click="addSeries">{{ $p.t('global/save') }}</button>
<button type="button" class="btn btn-primary" @click="addSeries">{{ $p.t('global/speichern') }}</button>
</template>
</bs-modal>