Skip to content

Commit f3f4c09

Browse files
committed
update placeholder
1 parent be0c598 commit f3f4c09

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

resources/views/components/wilayah_filter_js.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}, 'json')
2121
2222
$('#filter_kabupaten').select2({
23-
placeholder: "{{ config('app.sebutanKab') }}",
23+
placeholder: "Pilih {{ config('app.sebutanKab') }}",
2424
allowClear: true,
2525
height: '100%',
2626
width: '100%',
@@ -33,7 +33,7 @@
3333
})
3434
3535
$('#filter_desa').select2({
36-
placeholder: "{{ config('app.sebutanDesa') }}",
36+
placeholder: "Pilih {{ config('app.sebutanDesa') }}",
3737
allowClear: true,
3838
width: '100%',
3939
})

0 commit comments

Comments
 (0)