From cfc8429483403302ab78f610660bd200767d0683 Mon Sep 17 00:00:00 2001 From: wh0am1i Date: Sun, 28 Apr 2024 18:19:05 +0800 Subject: [PATCH] update text --- pocsuite3/plugins/html_report.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pocsuite3/plugins/html_report.py b/pocsuite3/plugins/html_report.py index b887ba83..2b60b409 100644 --- a/pocsuite3/plugins/html_report.py +++ b/pocsuite3/plugins/html_report.py @@ -90,9 +90,9 @@ def _writer_footer(self): 'function copyAll() {' 'var targetValue = $("#all-target").val();' 'navigator.clipboard.writeText(targetValue).then(function() {' - 'alert("复制成功");' + 'alert("Copy Successful");' '}, function(err) {' - 'alert("复制失败");' + 'alert("Copy failed");' '});' '}' '') @@ -100,9 +100,9 @@ def _writer_footer(self): 'function copySuc() {' 'var targetValue = $("#suc-target").val();' 'navigator.clipboard.writeText(targetValue).then(function() {' - 'alert("复制成功");' + 'alert("Copy successful");' '}, function(err) {' - 'alert("复制失败");' + 'alert("Copy failed");' '});' '}' '')