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="newRole ? $t('addNewRole') : 'Edit ' + localRole.role"
:header-title="newRole ? $t('addNewRole') : $t('edit') + ' ' + localRole.role"
:height="700"
:width="700"
>