fix title

This commit is contained in:
wh1te909
2021-11-06 23:08:54 +00:00
parent 6ff28c7668
commit bb95043ecc

View File

@@ -254,7 +254,7 @@ export default {
? "Run Bulk Command"
: props.mode === "script"
? "Run Bulk Script"
: props.mode === "scan"
: props.mode === "patch"
? "Bulk Patch Management"
: "";
});