mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
fix: space missing on create local account copy (#3985)
This commit is contained in:
@@ -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',
|
||||
)}{' '}
|
||||
|
||||
6
upcoming-release-notes/3985.md
Normal file
6
upcoming-release-notes/3985.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [talkintomato]
|
||||
---
|
||||
|
||||
Fix space missing on create local account copy
|
||||
Reference in New Issue
Block a user