mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Fixed typo
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
7b3f891edd
commit
b0e13611f7
|
@ -28,7 +28,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>{{ trans('account/general.api_base_url') }}<br>
|
<p>{{ trans('account/general.api_base_url') }}<br>
|
||||||
<code>{{ url('/api/v1') }}{{!! trans('account/general.api_base_url_endpoint') !!}}</code></p>
|
<code>{{ url('/api/v1') }}{!! trans('account/general.api_base_url_endpoint') !!}</code></p>
|
||||||
|
|
||||||
<p>{{ trans('account/general.api_token_expiration_time') }}
|
<p>{{ trans('account/general.api_token_expiration_time') }}
|
||||||
<strong>{{ config('passport.expiration_years') }} {{ trans('general.years') }} </strong>.</p>
|
<strong>{{ config('passport.expiration_years') }} {{ trans('general.years') }} </strong>.</p>
|
||||||
|
|
Loading…
Reference in a new issue