We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0c598 commit f3f4c09Copy full SHA for f3f4c09
1 file changed
resources/views/components/wilayah_filter_js.blade.php
@@ -20,7 +20,7 @@
20
}, 'json')
21
22
$('#filter_kabupaten').select2({
23
- placeholder: "{{ config('app.sebutanKab') }}",
+ placeholder: "Pilih {{ config('app.sebutanKab') }}",
24
allowClear: true,
25
height: '100%',
26
width: '100%',
@@ -33,7 +33,7 @@
33
})
34
35
$('#filter_desa').select2({
36
- placeholder: "{{ config('app.sebutanDesa') }}",
+ placeholder: "Pilih {{ config('app.sebutanDesa') }}",
37
38
39
0 commit comments