mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Merge pull request #11389 from uberbrady/errmagerd_the_gerneral
Typo of 'general' was in the migration blade a few places
This commit is contained in:
commit
a03075b6ea
|
@ -1,7 +1,7 @@
|
|||
@extends('layouts/setup')
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
{{ trans('gerneral.setup_migrations') }}
|
||||
{{ trans('general.setup_migrations') }}
|
||||
@parent
|
||||
@stop
|
||||
|
||||
|
@ -12,27 +12,27 @@
|
|||
<div class="col-md-12">
|
||||
<div class="alert alert-warning">
|
||||
<i class="fas fa-exclamation-triangle"></i>
|
||||
{{ trans('gerneral.setup_no_migrations') }}
|
||||
{{ trans('general.setup_no_migrations') }}
|
||||
</div>
|
||||
</div>
|
||||
@else
|
||||
<div class="col-md-12">
|
||||
<div class="alert alert-success">
|
||||
<i class="fas fa-check"></i>
|
||||
{{ trans('gerneral.setup_successful_migrations') }}
|
||||
{{ trans('general.setup_successful_migrations') }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endif
|
||||
|
||||
<p>{{ trans('gerneral.setup_migration_output') }} </p>
|
||||
<p>{{ trans('general.setup_migration_output') }} </p>
|
||||
<pre>{{ $output }}</pre>
|
||||
</div>
|
||||
@stop
|
||||
|
||||
@section('button')
|
||||
<form action="{{ route('setup.user') }}" method="GET">
|
||||
<button class="btn btn-primary">{{ trans('gerneral.setup_migrations_create_user') }}</button>
|
||||
<button class="btn btn-primary">{{ trans('general.setup_migrations_create_user') }}</button>
|
||||
</form>
|
||||
@parent
|
||||
@stop
|
||||
|
|
Loading…
Reference in a new issue