Change Edit submission button text (#105)
This commit is contained in:
@@ -71,6 +71,7 @@ abstract class UserFormRequest extends \Illuminate\Foundation\Http\FormRequest
|
||||
'max_submissions_count' => 'integer|nullable|min:1',
|
||||
'max_submissions_reached_text' => 'string|nullable',
|
||||
'editable_submissions' => 'boolean|nullable',
|
||||
'editable_submissions_button_text' => 'string|min:1|max:50',
|
||||
|
||||
// Properties
|
||||
'properties' => 'required|array',
|
||||
|
||||
Reference in New Issue
Block a user