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="newUser ? $t('addNewUser') : 'Edit ' + localUser.user"
:header-title="newUser ? $t('addNewUser') : $t('edit') + ' ' + localUser.user"
:height="600"
:width="500"
>