diff --git a/resources/lang/en-GB/admin/locations/table.php b/resources/lang/en-GB/admin/locations/table.php index 43ce8ef1bf..1cbe540749 100644 --- a/resources/lang/en-GB/admin/locations/table.php +++ b/resources/lang/en-GB/admin/locations/table.php @@ -11,8 +11,8 @@ return array( 'country' => 'Country', 'create' => 'Create Location', 'update' => 'Update Location', - 'print_assigned' => 'Drucke zugewiesene Assets', - 'print_all_assigned' => 'Drucke alle zugewiesenen Assets', + 'print_assigned' => 'Print Assigned', + 'print_all_assigned' => 'Print All Assigned', 'name' => 'Location Name', 'address' => 'Address', 'zip' => 'Postal Code',