Merge branch 'master' into develop

This commit is contained in:
snipe 2016-07-21 19:42:11 -07:00
commit 8ba9399de7
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -496,7 +496,7 @@
<h1 class="pull-left"> <h1 class="pull-left">
@yield('title') @yield('title')
@if (config('app.lock_passwords')) @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 @endif
</h1> </h1>