Fix missing space in bank sync strings (#4463)

* Fix missing space in string

* Add release notes
This commit is contained in:
Julian Dominguez-Schatz
2025-02-26 20:17:02 -05:00
committed by GitHub
parent 3897a5a51c
commit 8b928b3b21
2 changed files with 12 additions and 10 deletions

View File

@@ -291,11 +291,9 @@ export function CreateAccountModal({ upgradingAccountId }: CreateAccountProps) {
<strong>
Link a <em>European</em> bank account
</strong>{' '}
to automatically download transactions.
</Trans>
<Trans>
GoCardless provides reliable, up-to-date information
from hundreds of banks.
to automatically download transactions. GoCardless
provides reliable, up-to-date information from
hundreds of banks.
</Trans>
</Text>
<View
@@ -356,11 +354,9 @@ export function CreateAccountModal({ upgradingAccountId }: CreateAccountProps) {
<strong>
Link a <em>North American</em> bank account
</strong>{' '}
to automatically download transactions.
</Trans>
<Trans>
SimpleFIN provides reliable, up-to-date information
from hundreds of banks.
to automatically download transactions. SimpleFIN
provides reliable, up-to-date information from
hundreds of banks.
</Trans>
</Text>
</>

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [jfdoming]
---
Add missing space in translation for bank sync