From dacdf788bce96b9164e9d42466082357e61be9b3 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 21 Sep 2021 17:50:13 -0700 Subject: [PATCH] Reverted erroneous german text in UK language files --- resources/lang/en-GB/admin/locations/table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',