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