From fb228d6dede4147d3ced6f415684aafb1656bec7 Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 13 Oct 2022 12:57:10 -0700 Subject: [PATCH] Updated strings Signed-off-by: snipe --- resources/views/locations/print.blade.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php index 5586fe5cc4..cdba0aca91 100644 --- a/resources/views/locations/print.blade.php +++ b/resources/views/locations/print.blade.php @@ -2,7 +2,7 @@ - {{ trans('admin/locations/general.assigned_location', array('location' => $location->present()->fullName())) }} + {{ trans('general.assigned_to', array('name' => $location->present()->fullName())) }}