Skip to content

Commit 6309381

Browse files
Rename field label for upload link in PulsaKegiatan resource
1 parent 5496cae commit 6309381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nova/PulsaKegiatan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function fields(NovaRequest $request)
110110
->searchable()
111111
->displayUsing(fn ($id) => optional(Helper::getJenisPulsaById($id))->jenis)
112112
->hideFromIndex(),
113-
Text::make('Link Upload Tanda Terima Pulsa', 'link')
113+
Text::make('Link Konfirmasi dan Upload', 'link')
114114
->displayUsing(fn () => 'Salin')
115115
->exceptOnForms()
116116
->copyable(),

0 commit comments

Comments
 (0)