Skip to content

Commit 8b928b3

Browse files
authored
Fix missing space in bank sync strings (#4463)
* Fix missing space in string * Add release notes
1 parent 3897a5a commit 8b928b3

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

packages/desktop-client/src/components/modals/CreateAccountModal.tsx

+6-10
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,9 @@ export function CreateAccountModal({ upgradingAccountId }: CreateAccountProps) {
291291
<strong>
292292
Link a <em>European</em> bank account
293293
</strong>{' '}
294-
to automatically download transactions.
295-
</Trans>
296-
<Trans>
297-
GoCardless provides reliable, up-to-date information
298-
from hundreds of banks.
294+
to automatically download transactions. GoCardless
295+
provides reliable, up-to-date information from
296+
hundreds of banks.
299297
</Trans>
300298
</Text>
301299
<View
@@ -356,11 +354,9 @@ export function CreateAccountModal({ upgradingAccountId }: CreateAccountProps) {
356354
<strong>
357355
Link a <em>North American</em> bank account
358356
</strong>{' '}
359-
to automatically download transactions.
360-
</Trans>
361-
<Trans>
362-
SimpleFIN provides reliable, up-to-date information
363-
from hundreds of banks.
357+
to automatically download transactions. SimpleFIN
358+
provides reliable, up-to-date information from
359+
hundreds of banks.
364360
</Trans>
365361
</Text>
366362
</>

upcoming-release-notes/4463.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: Bugfix
3+
authors: [jfdoming]
4+
---
5+
6+
Add missing space in translation for bank sync

0 commit comments

Comments
 (0)