mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -08:00
Fix next button string for Step 2 preflight
This commit is contained in:
parent
d667ae53ed
commit
47e18db172
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
@section('button')
|
@section('button')
|
||||||
<form action="{{ route('setup.user') }}" method="GET">
|
<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>
|
</form>
|
||||||
@parent
|
@parent
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in a new issue