diff --git a/resources/lang/en/admin/models/general.php b/resources/lang/en/admin/models/general.php index d2d77e0e8c..7e4a77adbc 100644 --- a/resources/lang/en/admin/models/general.php +++ b/resources/lang/en/admin/models/general.php @@ -6,7 +6,7 @@ return array( 'deleted' => 'This model has been deleted.', 'bulk_delete' => 'Bulk Delete Asset Models', 'bulk_delete_help' => 'Use the checkboxes below to confirm the deletion of the selected asset models. Asset models that have assets associated with them cannot be deleted until the assets are associated with a different model.', - 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', + 'bulk_delete_warn' => 'You are about to delete one asset model.|You are about to delete :model_count asset models.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', 'show_mac_address' => 'Show MAC address field in assets in this model', diff --git a/resources/lang/en/admin/models/message.php b/resources/lang/en/admin/models/message.php index ac596cfb1d..5f47336526 100644 --- a/resources/lang/en/admin/models/message.php +++ b/resources/lang/en/admin/models/message.php @@ -16,7 +16,7 @@ return array( 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'success' => 'Model updated successfully.', ), 'delete' => array( @@ -32,12 +32,14 @@ return array( 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'success' => 'Model successfully updated. |:model_count models successfully updated.', + 'warn' => 'You are about to update the properies of the following model: |You are about to edit the properties of the following :model_count models:', + ), 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', - 'success' => ':success_count model(s) deleted!', + 'success' => 'Model deleted!|:success_count models deleted!', 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' ),