mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix untranslated header text in AccountImportSubview (#12640)
* Fix untranslated header text in AccountImportSubview * use styling for link spacing
This commit is contained in:
parent
dc19e1d5f6
commit
9ab6293129
@ -41,7 +41,7 @@ export default class AccountImportSubview extends Component {
|
||||
return (
|
||||
<>
|
||||
<div className="page-container__header">
|
||||
<div className="page-container__title">Import Account</div>
|
||||
<div className="page-container__title">{t('importAccount')}</div>
|
||||
<div className="page-container__subtitle">
|
||||
{t('importAccountMsg')}
|
||||
<span
|
||||
|
@ -2,6 +2,7 @@
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
color: $primary-blue;
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
|
||||
.new-account-import-form {
|
||||
|
Loading…
x
Reference in New Issue
Block a user