fix no translation edit close #34

This commit is contained in:
Adrian Zürcher
2025-12-10 14:06:45 +01:00
parent 6be85e86af
commit 1bec41bd1a
5 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<template>
<DialogFrame
ref="dialog"
:header-title="newEvent ? $t('addNewEvent') : 'Edit ' + localEvent.name"
:header-title="newEvent ? $t('addNewEvent') : $t('edit') + ' ' + localEvent.name"
:height="250"
:width="500"
>