We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5496cae commit 6309381Copy full SHA for 6309381
app/Nova/PulsaKegiatan.php
@@ -110,7 +110,7 @@ public function fields(NovaRequest $request)
110
->searchable()
111
->displayUsing(fn ($id) => optional(Helper::getJenisPulsaById($id))->jenis)
112
->hideFromIndex(),
113
- Text::make('Link Upload Tanda Terima Pulsa', 'link')
+ Text::make('Link Konfirmasi dan Upload', 'link')
114
->displayUsing(fn () => 'Salin')
115
->exceptOnForms()
116
->copyable(),
0 commit comments