From bb95043eccef53955d09cdcdc43b7d229c5e2f91 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sat, 6 Nov 2021 23:08:54 +0000 Subject: [PATCH] fix title --- src/components/modals/agents/BulkAction.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/agents/BulkAction.vue b/src/components/modals/agents/BulkAction.vue index e6b0f77..56119d7 100644 --- a/src/components/modals/agents/BulkAction.vue +++ b/src/components/modals/agents/BulkAction.vue @@ -254,7 +254,7 @@ export default { ? "Run Bulk Command" : props.mode === "script" ? "Run Bulk Script" - : props.mode === "scan" + : props.mode === "patch" ? "Bulk Patch Management" : ""; });