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