issue.resolution === 'FALSE-POSITIVE' ||
(issue.resolution === 'WONTFIX' && issue.type !== 'SECURITY_HOTSPOT')
) {
- this.toggleComment(true, translate('issue.comment.tell_why'));
+ this.toggleComment(true, translate('issue.comment.explain_why'));
}
};
issue.assign.to_me=to me
issue.comment.formlink=Comment
issue.comment.submit=Comment
-issue.comment.tell_why=Please tell why?
+issue.comment.explain_why=Consider explaining why
issue.comment.delete_confirm_message=Do you want to delete this comment?
issue.manual_vulnerability=Manual
issue.manual_vulnerability.description=This Vulnerability was created from a Security Hotspot and has its own issue workflow.