From 2982d78899c61bd6b690414ecbdbecfc53ebf0e2 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 6 May 2022 05:42:02 -0700 Subject: [PATCH] Added translation for no assets selected Signed-off-by: snipe --- resources/lang/am/admin/hardware/message.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resources/lang/am/admin/hardware/message.php b/resources/lang/am/admin/hardware/message.php index 8c8e323a7..1d8fb1874 100644 --- a/resources/lang/am/admin/hardware/message.php +++ b/resources/lang/am/admin/hardware/message.php @@ -14,9 +14,10 @@ return [ ], 'update' => [ - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Asset was not updated, please try again', + 'success' => 'Asset updated successfully.', + 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'no_assets_selected' => 'No assets were selected, so nothing was updated.', ], 'restore' => [