Files
data-collection-terminal/vendor/filament/actions/resources/lang/en/associate.php

46 lines
692 B
PHP

<?php
return [
'single' => [
'label' => 'Associate',
'modal' => [
'heading' => 'Associate :label',
'fields' => [
'record_id' => [
'label' => 'Record',
],
],
'actions' => [
'associate' => [
'label' => 'Associate',
],
'associate_another' => [
'label' => 'Associate & associate another',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Associated',
],
],
],
];