]> source.dussan.org Git - sonarqube.git/commitdiff
Update issues comment box placeholder for won't fix
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 17 Dec 2018 07:55:41 +0000 (08:55 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 20 Dec 2018 10:41:47 +0000 (11:41 +0100)
server/sonar-web/src/main/js/components/issue/components/IssueActionsBar.tsx
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index a800041b20804e9f7865e7779ccbc92721496f44..0f632a38ddf96f33518c43122752d75786aced03 100644 (file)
@@ -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'));
     }
   };
 
index f719e11c23bece44818fd379be35bb9c73b9cb50..f7aef72871354dc99e6711ad8e847090813acf8a 100644 (file)
@@ -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.