mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 14:27:33 -08:00
Renamed account/api to account/general to match naming schema, changed the associated account/api trans() to account/general
This commit is contained in:
parent
97030866e4
commit
6b2801867d
|
@ -2,7 +2,7 @@
|
|||
|
||||
{{-- Page title --}}
|
||||
@section('title')
|
||||
{{ trans('account/api.personal_api_keys') }}
|
||||
{{ trans('account/general.personal_api_keys') }}
|
||||
@parent
|
||||
@stop
|
||||
|
||||
|
@ -24,17 +24,17 @@
|
|||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="alert alert-warning"><i class="fas fa-exclamation-triangle faa-pulse animated"></i>
|
||||
{{ trans('account/api.api_key_warning') }}
|
||||
{{ trans('account/general.api_key_warning') }}
|
||||
</div>
|
||||
|
||||
<p>{{ trans('account/api.api_base_url') }}<br>
|
||||
<code>{{ url('/api/v1') }}{{!! trans('account/api.api_base_url_endpoint') !!}}</code></p>
|
||||
<p>{{ trans('account/general.api_base_url') }}<br>
|
||||
<code>{{ url('/api/v1') }}{{!! trans('account/general.api_base_url_endpoint') !!}}</code></p>
|
||||
|
||||
<p>{{ trans('account/api.api_token_expiration_time') }}
|
||||
<p>{{ trans('account/general.api_token_expiration_time') }}
|
||||
<strong>{{ config('passport.expiration_years') }} {{ trans('general.years') }} </strong>.</p>
|
||||
|
||||
|
||||
<p>{{!! trans('account/api.api_reference') !!}}</p>
|
||||
<p>{{!! trans('account/general.api_reference') !!}}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue