refactor: edit i18n
This commit is contained in:
parent
955e6826a4
commit
8ed96d9213
3 changed files with 5 additions and 1 deletions
|
|
@ -143,7 +143,9 @@ function assignToForm() {
|
|||
</section>
|
||||
<section class="col-12">
|
||||
<FormGroupHead>
|
||||
{{ $t('general.select', { msg: $t('requestList.companyEmployee') }) }}
|
||||
{{
|
||||
$t('general.select', { msg: $t('requestList.employeeMessenger') })
|
||||
}}
|
||||
</FormGroupHead>
|
||||
<FormEmployee
|
||||
:readonly="!state.isEdit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue