mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
pick option label added for filter location
This commit is contained in:
parent
16856ffa47
commit
624d26b4ce
@ -28,4 +28,7 @@ return [
|
||||
'description' => [
|
||||
'name' => 'Description'
|
||||
],
|
||||
'pick_option' => [
|
||||
'name' => 'Pick an option',
|
||||
],
|
||||
];
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
var select_trans = "{{ trans('visiosoft.module.advs::field.pick_option') }}";
|
||||
var select_trans = "{{ trans('visiosoft.module.location::field.pick_option.name') }}";
|
||||
</script>
|
||||
{{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }}
|
||||
{{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }}
|
||||
Loading…
Reference in New Issue
Block a user