You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/lang/en-US/admin/settings/general.php
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -362,12 +362,14 @@
362
362
'label2_2d_type' => '2D Barcode Type',
363
363
'label2_2d_type_help' => 'Format for 2D barcodes',
364
364
'label2_2d_target' => '2D Barcode Target',
365
-
'label2_2d_target_help' => 'The URL the 2D barcode points to when scanned',
365
+
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
366
366
'label2_fields' => 'Field Definitions',
367
367
'label2_fields_help' => 'Fields can be added, removed, and reordered in the left column. For each field, multiple options for Label and DataSource can be added, removed, and reordered in the right column.',
368
368
'help_asterisk_bold' => 'Text entered as <code>**text**</code> will be displayed as bold',
369
369
'help_blank_to_use' => 'Leave blank to use the value from <code>:setting_name</code>',
370
-
'help_default_will_use' => '<br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
370
+
'help_default_will_use' => '<code>:default</code> will use the value from <code>:setting_name</code>. <br>Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see <a href="https://snipe-it.readme.io/docs/barcodes">the documentation <i class="fa fa-external-link"></i></a> for more details. ',
371
+
'asset_id' => 'Asset ID',
372
+
'data' => 'Data',
371
373
'default' => 'Default',
372
374
'none' => 'None',
373
375
'google_callback_help' => 'This should be entered as the callback URL in your Google OAuth app settings in your organization's <strong><a href="https://console.cloud.google.com/" target="_blank">Google developer console <i class="fa fa-external-link" aria-hidden="true"></i></a></strong>.',
0 commit comments