We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08f31ea + 0995e82 commit 3846a64Copy full SHA for 3846a64
pocsuite3/plugins/html_report.py
@@ -113,9 +113,9 @@ def _writer_footer(self):
113
def write_results(self, results=None):
114
if results:
115
self.html.addcontent('<button onclick="copyAll()" class="btn btn-primary" '
116
- 'style="margin-bottom: 10px">复制所有目标</button>')
+ 'style="margin-bottom: 10px">Copy all</button>')
117
self.html.addcontent('<button onclick="copySuc()" class="btn btn-success"'
118
- ' style="margin-bottom: 10px">复制成功目标</button>')
+ ' style="margin-bottom: 10px">Copy Successful</button>')
119
self.html.addcontent('<table class="table table-striped table-bordered table-hover">'
120
'<thead class="thead-dark"><tr>'
121
'<th scope="col">Target</th>'
0 commit comments