Better display for some features disabled for demo mode

This commit is contained in:
snipe 2016-07-21 19:40:23 -07:00
parent c2f6e0cfd8
commit f6a4d4aaab
2 changed files with 2 additions and 1 deletions

View file

@ -140,6 +140,7 @@
'select_asset' => 'Select Asset',
'settings' => 'Settings',
'sign_in' => 'Sign in',
'some_features_disabled' => 'Some features are disabled for this installation.',
'site_name' => 'Site Name',
'state' => 'State',
'status_labels' => 'Status Labels',

View file

@ -496,7 +496,7 @@
<h1 class="pull-left">
@yield('title')
@if (config('app.lock_passwords'))
<p class="help-block">{{ trans('general.feature_disabled') }}</p>
<p class="help-block">{{ trans('general.some_features_disabled') }}</p>
@endif
</h1>