diff --git a/resources/lang/en-US/admin/settings/general.php b/resources/lang/en-US/admin/settings/general.php
index efe74a806a..ce19ed47f6 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/partials/forms/edit/company-select.blade.php b/resources/views/partials/forms/edit/company-select.blade.php
index bd32adba62..d4ce87b06e 100644
--- a/resources/views/partials/forms/edit/company-select.blade.php
+++ b/resources/views/partials/forms/edit/company-select.blade.php
@@ -2,7 +2,7 @@
@if (($snipeSettings->full_multiple_companies_support=='1') && (!Auth::user()->isSuperUser()))