1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Fix permissions-connect-footer "learn more" link (#13092)

"Learn more" should be uppercase.
This commit is contained in:
Erik Marks 2021-12-14 10:48:26 -08:00 committed by GitHub
parent 2a39f609f9
commit 8cc185a8b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ export default class PermissionsConnectFooter extends Component {
}); });
}} }}
> >
{t('learnMore')} {t('learnMoreUpperCase')}
</div> </div>
</div> </div>
</div> </div>