fix no translation edit close #34
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user