Skip to content

Commit

Permalink
fix: space missing on create local account copy (#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
talkintomato authored Dec 15, 2024
1 parent ec977ee commit 8446356
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)}{' '}
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3985.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [talkintomato]
---

Fix space missing on create local account copy

0 comments on commit 8446356

Please sign in to comment.