From: Revanshu Paliwal Date: Tue, 24 May 2022 13:58:55 +0000 (+0200) Subject: SONAR-16316 Changing button text from cancel to close X-Git-Tag: 9.5.0.56709~91 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8a1f2de772b75551a7a1cc13e832ed3d3322cc69;p=sonarqube.git SONAR-16316 Changing button text from cancel to close --- diff --git a/server/sonar-web/src/main/js/app/components/nav/component/projectInformation/projectRegulatoryReport/RegulatoryReport.tsx b/server/sonar-web/src/main/js/app/components/nav/component/projectInformation/projectRegulatoryReport/RegulatoryReport.tsx index aebf360d834..7f9b581e7c7 100644 --- a/server/sonar-web/src/main/js/app/components/nav/component/projectInformation/projectRegulatoryReport/RegulatoryReport.tsx +++ b/server/sonar-web/src/main/js/app/components/nav/component/projectInformation/projectRegulatoryReport/RegulatoryReport.tsx @@ -145,7 +145,7 @@ export default class RegulatoryReport extends React.PureComponent rel="noopener noreferrer"> {translate('download_verb')} - {translate('cancel')} + {translate('close')} );