]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16316 Changing name for the pdf file
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Wed, 1 Jun 2022 08:10:27 +0000 (10:10 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 1 Jun 2022 20:03:02 +0000 (20:03 +0000)
server/sonar-web/src/main/js/app/components/nav/component/projectInformation/projectRegulatoryReport/RegulatoryReport.tsx

index 7f9b581e7c7ee353dd2f38ffb9aa4861c8335189..0baf7f669742478fa79a0e9377877d971dc78701 100644 (file)
@@ -136,7 +136,7 @@ export default class RegulatoryReport extends React.PureComponent<Props, State>
             className={classNames('button button-primary big-spacer-right', {
               disabled: downloadStarted
             })}
-            download={[component.name, selectedBranch, 'PDF Report.zip']
+            download={[component.name, selectedBranch, 'regulatory report.zip']
               .filter(s => !!s)
               .join(' - ')}
             onClick={() => this.setState({ downloadStarted: true })}