Kaynağa Gözat

Update issues comment box placeholder for won't fix

tags/7.5
Grégoire Aubert 5 yıl önce
ebeveyn
işleme
be270f2707

+ 1
- 1
server/sonar-web/src/main/js/components/issue/components/IssueActionsBar.tsx Dosyayı Görüntüle

@@ -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'));
}
};


+ 1
- 1
sonar-core/src/main/resources/org/sonar/l10n/core.properties Dosyayı Görüntüle

@@ -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.

Loading…
İptal
Kaydet