diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php
index efe74a806..ce19ed47f 100644
--- a/resources/lang/en-US/admin/settings/general.php
+++ b/resources/lang/en-US/admin/settings/general.php
@@ -369,6 +369,7 @@ return [
'label2_2d_target_help' => 'The data that will be contained in the 2D barcode',
'label2_fields' => 'Field Definitions',
'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.',
+ 'purge_barcodes' => 'Purge Barcodes',
'help_asterisk_bold' => 'Text entered as **text**
will be displayed as bold',
'help_blank_to_use' => 'Leave blank to use the value from :setting_name
',
'help_default_will_use' => ':default
will use the value from :setting_name
.
Note that the value of the barcodes must comply with the respective barcode spec in order to be successfully generated. Please see the documentation for more details. ',
diff --git a/resources/views/settings/labels.blade.php b/resources/views/settings/labels.blade.php
index e4fee660a..33bd46220 100644
--- a/resources/views/settings/labels.blade.php
+++ b/resources/views/settings/labels.blade.php
@@ -45,7 +45,7 @@
{!! $errors->first('label2_enable', ' ') !!}
@@ -105,7 +105,7 @@
{!! trans('admin/settings/general.label2_asset_logo_help', ['setting_name' => trans('admin/settings/general.brand').' > '.trans('admin/settings/general.label_logo')]) !!} @@ -155,7 +155,7 @@