From 33fe2b57f7e1b414f92145cedb53e88945d2fdf5 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 18 Jan 2023 13:10:48 -0800 Subject: [PATCH] Added new byod strings Signed-off-by: snipe --- resources/lang/en/general.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index f0b6a3f2cf..acc00501ed 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -39,6 +39,8 @@ return [ 'bulk_delete' => 'Bulk Delete', 'bulk_actions' => 'Bulk Actions', 'bulk_checkin_delete' => 'Bulk Checkin Items from Users', + 'byod' => 'BYOD', + 'byod_help' => 'This device is owned by the user', 'bystatus' => 'by Status', 'cancel' => 'Cancel', 'categories' => 'Categories',