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,5 +1,5 @@
<template>
<DialogFrame ref="dialog" :header-title="'Edit ' + localTitle">
<DialogFrame ref="dialog" :header-title="$t('edit') + ' ' + localTitle">
<div class="row justify-center">
<q-input autofocus :label="localTitle" filled v-model="value" @keyup.enter="save">
<template