fix: space missing on create local account copy (#3985)

This commit is contained in:
Darin Loh
2024-12-15 20:27:39 +08:00
committed by GitHub
parent ec977ee51a
commit 8446356cc6
2 changed files with 7 additions and 1 deletions

View File

@@ -204,7 +204,7 @@ export function CreateAccountModal({ upgradingAccountId }: CreateAccountProps) {
</InitialFocus>
<View style={{ lineHeight: '1.4em', fontSize: 15 }}>
<Text>
<strong>{t('Create a local account')}</strong>
<strong>{t('Create a local account')}</strong>{' '}
{t(
'if you want to add transactions manually. You can also',
)}{' '}

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [talkintomato]
---
Fix space missing on create local account copy