1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fixing 'Learn more' casing on import token screen (#14529)

This commit is contained in:
ryanml 2022-04-26 10:25:07 -07:00 committed by GitHub
parent 193c22588e
commit 0c49bc14d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ export default class TokenListPlaceholder extends Component {
target="_blank"
rel="noopener noreferrer"
>
{this.context.t('learnMore')}
{this.context.t('learnMoreUpperCase')}
</Button>
</div>
);