mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Fixed barcode descriptions
This commit is contained in:
parent
51742d66df
commit
9b2c7d749b
|
@ -23,9 +23,9 @@ return array(
|
||||||
'display_checkout_date' => 'Display Checkout Date',
|
'display_checkout_date' => 'Display Checkout Date',
|
||||||
'display_eol' => 'Display EOL in table view',
|
'display_eol' => 'Display EOL in table view',
|
||||||
'display_qr' => 'Display Square Codes',
|
'display_qr' => 'Display Square Codes',
|
||||||
'display_alt_barcode' => 'Display 2D barcode',
|
'display_alt_barcode' => 'Display 1D barcode',
|
||||||
'barcode_type' => '3D Barcode Type',
|
'barcode_type' => '2D Barcode Type',
|
||||||
'alt_barcode_type' => '2D barcode type',
|
'alt_barcode_type' => '1D barcode type',
|
||||||
'eula_settings' => 'EULA Settings',
|
'eula_settings' => 'EULA Settings',
|
||||||
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
'general_settings' => 'General Settings',
|
'general_settings' => 'General Settings',
|
||||||
|
|
Loading…
Reference in a new issue