Skip to content

Commit

Permalink
Update issues comment box placeholder for won't fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregaubert authored and sonartech committed Dec 20, 2018
1 parent a26e345 commit be270f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class IssueActionsBar extends React.PureComponent<Props, State> {
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'));
}
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ issue.assign.formlink=Assign
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.
Expand Down

0 comments on commit be270f2

Please sign in to comment.