]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-16316 Changing button text from cancel to close
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Tue, 24 May 2022 13:58:55 +0000 (15:58 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 25 May 2022 20:03:16 +0000 (20:03 +0000)
server/sonar-web/src/main/js/app/components/nav/component/projectInformation/projectRegulatoryReport/RegulatoryReport.tsx

index aebf360d834d44c8e61e502a139772bf9de7b93a..7f9b581e7c7ee353dd2f38ffb9aa4861c8335189 100644 (file)
@@ -145,7 +145,7 @@ export default class RegulatoryReport extends React.PureComponent<Props, State>
             rel="noopener noreferrer">
             {translate('download_verb')}
           </a>
-          <ButtonLink onClick={onClose}>{translate('cancel')}</ButtonLink>
+          <ButtonLink onClick={onClose}>{translate('close')}</ButtonLink>
         </div>
       </>
     );