Merge branch 'download_cer' of git://github.com/guox191/anyproxy into guox191-download_cer

This commit is contained in:
xiaofeng.mxf
2019-03-26 20:40:33 +08:00
8 changed files with 170 additions and 46 deletions

View File

@@ -62,7 +62,7 @@ class DownloadRootCA extends React.Component {
const content = (
<div className={Style.qrCodeWrapper} >
<div dangerouslySetInnerHTML={imgDomContent} />
<span>Scan to download rootCA.crt to your Phone</span>
<span>Scan to download rootCA to your Phone</span>
</div>
);