mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -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')
|
@extends('layouts/setup')
|
||||||
{{-- Page title --}}
|
{{-- Page title --}}
|
||||||
@section('title')
|
@section('title')
|
||||||
{{ trans('gerneral.setup_migrations') }}
|
{{ trans('general.setup_migrations') }}
|
||||||
@parent
|
@parent
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
@ -12,27 +12,27 @@
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="alert alert-warning">
|
<div class="alert alert-warning">
|
||||||
<i class="fas fa-exclamation-triangle"></i>
|
<i class="fas fa-exclamation-triangle"></i>
|
||||||
{{ trans('gerneral.setup_no_migrations') }}
|
{{ trans('general.setup_no_migrations') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@else
|
@else
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="alert alert-success">
|
<div class="alert alert-success">
|
||||||
<i class="fas fa-check"></i>
|
<i class="fas fa-check"></i>
|
||||||
{{ trans('gerneral.setup_successful_migrations') }}
|
{{ trans('general.setup_successful_migrations') }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<p>{{ trans('gerneral.setup_migration_output') }} </p>
|
<p>{{ trans('general.setup_migration_output') }} </p>
|
||||||
<pre>{{ $output }}</pre>
|
<pre>{{ $output }}</pre>
|
||||||
</div>
|
</div>
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
@section('button')
|
@section('button')
|
||||||
<form action="{{ route('setup.user') }}" method="GET">
|
<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>
|
</form>
|
||||||
@parent
|
@parent
|
||||||
@stop
|
@stop
|
||||||
|
|
Loading…
Reference in a new issue