pick option label added for filter location

This commit is contained in:
vedatakd 2019-12-16 11:10:22 +03:00
parent 16856ffa47
commit 624d26b4ce
2 changed files with 4 additions and 1 deletions

View File

@ -28,4 +28,7 @@ return [
'description' => [ 'description' => [
'name' => 'Description' 'name' => 'Description'
], ],
'pick_option' => [
'name' => 'Pick an option',
],
]; ];

View File

@ -55,7 +55,7 @@
</div> </div>
</div> </div>
<script> <script>
var select_trans = "{{ trans('visiosoft.module.advs::field.pick_option') }}"; var select_trans = "{{ trans('visiosoft.module.location::field.pick_option.name') }}";
</script> </script>
{{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }} {{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }}
{{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }} {{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }}