mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Merge pull request #12747 from svpernova09/preflight-strings
Pre-Flight String fixes for step 2
This commit is contained in:
commit
e03a961bcc
|
@ -433,4 +433,7 @@ return [
|
|||
'errors_importing' => 'Some Errors occurred while importing: ',
|
||||
'warning' => 'WARNING: :warning',
|
||||
'success_redirecting' => '"Success... Redirecting.',
|
||||
];
|
||||
'setup_successful_migrations' => 'Your database tables have been created',
|
||||
'setup_migration_output' => 'Migration output:',
|
||||
'setup_migration_create_user' => 'Next: Create User',
|
||||
];
|
||||
|
|
|
@ -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…
Reference in a new issue