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:
parent
193c22588e
commit
0c49bc14d4
@ -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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user