diff --git a/resources/views/account/api.blade.php b/resources/views/account/api.blade.php index fe6ef5da17..a91eb94cba 100644 --- a/resources/views/account/api.blade.php +++ b/resources/views/account/api.blade.php @@ -23,7 +23,7 @@ @endif
{{ $field->convertUnicodeDbSlug() }}
@if ($field->convertUnicodeDbSlug()!=$field->db_column)
- {{ $field->db_column }}
but should be {{ $field->convertUnicodeDbSlug() }}
.
+ {{ $field->db_column }}
but should be {{ $field->convertUnicodeDbSlug() }}
.
@endif
Sad panda. You are not authorized to do the thing. Maybe return to the dashboard, or contact your administrator.
diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index a93b9c7ad9..03e140bd3a 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -18,7 +18,7 @@Sad panda. We could not find the page you were looking for. You should maybe return to the dashboard. diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php index 1789630724..0d330fb8e5 100644 --- a/resources/views/errors/503.blade.php +++ b/resources/views/errors/503.blade.php @@ -27,7 +27,7 @@ System Unavailable
{!! json_decode(file_get_contents(storage_path('framework/down')), true)['message'] !!}
{{ trans('admin/hardware/form.bulk_update_help') }}