Edit columns translations

This commit is contained in:
Cüneyt Şentürk 2021-01-12 12:20:45 +03:00
parent 03ba872d8b
commit ff9aa801f5
3 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@
type="button"
class="btn-aka-link"
@click="onEditItemColumns">
Edit columns
{{ editColumn.text }}
</button>
<component v-bind:is="edit_html" @submit="onSubmit" @cancel="onCancel"></component>

View File

@ -2,6 +2,8 @@
return [
'edit_columns' => 'Edit Columns',
'statuses' => [
'draft' => 'Draft',
'sent' => 'Sent',

View File

@ -2,7 +2,7 @@
type="{{ $type }}"
:edit-column="{{ json_encode([
'status' => true,
'text' => trans('general.add_new'),
'text' => trans('documents.edit_columns'),
'new_text' => trans('modules.new'),
'buttons' => [
'cancel' => [