Skip to content

Commit 5496cae

Browse files
Fix help text for Volume field in ImportDaftarPulsaMitra action
1 parent b479a4f commit 5496cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Nova/Actions/ImportDaftarPulsaMitra.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function fields(NovaRequest $request)
8080
Number::make('Volume', 'volume')
8181
->step(1)
8282
->rules('nullable', 'bail', 'lte:65535')
83-
->help('Default Volume Pekerjaan'),
83+
->help('Default Volume Per Satuan'),
8484
Numeric::make('Nominal', 'nominal')
8585
->rules('nullable', 'bail', 'lte:16777215')
8686
->help('Default Nominal Pulsa'),

0 commit comments

Comments
 (0)