diff --git a/resources/lang/en/admin/locations/table.php b/resources/lang/en/admin/locations/table.php index ffa69307d..1cbe54074 100644 --- a/resources/lang/en/admin/locations/table.php +++ b/resources/lang/en/admin/locations/table.php @@ -11,6 +11,8 @@ return array( 'country' => 'Country', 'create' => 'Create Location', 'update' => 'Update Location', + 'print_assigned' => 'Print Assigned', + 'print_all_assigned' => 'Print All Assigned', 'name' => 'Location Name', 'address' => 'Address', 'zip' => 'Postal Code',