nova-import
nova-import copied to clipboard
method name not working
I try to specify a different value in the method name, but the import button is not displayed.
Example
File ImportUsers.php:
class ImportUsers extends Action
{
...
...
public function name() {
return __('ImportTestUsers');
}
...
...
}
File en.json:
{
"ImportTestUsers": "Custom Button Name",
}
If that's the way it's meant to be, then it's a very bad idea.