Skip to content

Commit

Permalink
Fixed language strings for incrementing IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Jan 22, 2015
1 parent 95141d4 commit 3787a3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/lang/en/admin/settings/general.php
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
2 changes: 1 addition & 1 deletion app/views/backend/settings/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3787a3f

Please sign in to comment.