mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
Fix missing space in bank sync strings (#4463)
* Fix missing space in string * Add release notes
This commit is contained in:
committed by
GitHub
parent
3897a5a51c
commit
8b928b3b21
@@ -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>
|
||||
</>
|
||||
|
||||
6
upcoming-release-notes/4463.md
Normal file
6
upcoming-release-notes/4463.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [jfdoming]
|
||||
---
|
||||
|
||||
Add missing space in translation for bank sync
|
||||
Reference in New Issue
Block a user