Fixed language strings for incrementing IDs
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'auto_increment_assets' => 'Generate auto-incrementing asset IDs',
|
||||
'auto_increment_prefix' => 'Prefix (optional)',
|
||||
'auti_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this',
|
||||
'display_asset_name' => 'Display Asset Name',
|
||||
'display_checkout_date' => 'Display Checkout Date',
|
||||
'display_eol' => 'Display EOL in table view',
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
@endif
|
||||
</tr>
|
||||
<tr>
|
||||
<td>@lang('admin/settings/general.qr_text')</td>
|
||||
<td>@lang('admin/settings/general.auti_incrementing_help')</td>
|
||||
<td>{{{ $setting->qr_text }}}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
Reference in New Issue
Block a user