Skip to content

Commit 3846a64

Browse files
authored
Merge pull request #16 from wh0am1i/tmp
update copy button text
2 parents 08f31ea + 0995e82 commit 3846a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pocsuite3/plugins/html_report.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ def _writer_footer(self):
113113
def write_results(self, results=None):
114114
if results:
115115
self.html.addcontent('<button onclick="copyAll()" class="btn btn-primary" '
116-
'style="margin-bottom: 10px">复制所有目标</button>')
116+
'style="margin-bottom: 10px">Copy all</button>')
117117
self.html.addcontent('<button onclick="copySuc()" class="btn btn-success"'
118-
' style="margin-bottom: 10px">复制成功目标</button>')
118+
' style="margin-bottom: 10px">Copy Successful</button>')
119119
self.html.addcontent('<table class="table table-striped table-bordered table-hover">'
120120
'<thead class="thead-dark"><tr>'
121121
'<th scope="col">Target</th>'

0 commit comments

Comments
 (0)