diff --git a/packages/desktop-client/src/components/modals/CreateAccountModal.tsx b/packages/desktop-client/src/components/modals/CreateAccountModal.tsx index 6ba131bf6dd..bb73dc2a3d5 100644 --- a/packages/desktop-client/src/components/modals/CreateAccountModal.tsx +++ b/packages/desktop-client/src/components/modals/CreateAccountModal.tsx @@ -204,7 +204,7 @@ export function CreateAccountModal({ upgradingAccountId }: CreateAccountProps) { - {t('Create a local account')} + {t('Create a local account')}{' '} {t( 'if you want to add transactions manually. You can also', )}{' '} diff --git a/upcoming-release-notes/3985.md b/upcoming-release-notes/3985.md new file mode 100644 index 00000000000..827aec6910b --- /dev/null +++ b/upcoming-release-notes/3985.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [talkintomato] +--- + +Fix space missing on create local account copy