Fix next button string for Step 2 preflight
This commit is contained in:
parent
d667ae53ed
commit
47e18db172
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
@section('button')
|
||||
<form action="{{ route('setup.user') }}" method="GET">
|
||||
<button class="btn btn-primary">{{ trans('general.setup_migrations_create_user') }}</button>
|
||||
<button class="btn btn-primary">{{ trans('general.setup_migration_create_user') }}</button>
|
||||
</form>
|
||||
@parent
|
||||
@stop
|
||||
|
|
Loading…
Add table
Reference in a new issue